Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.bigquerydatatransfer/v1.getTransferConfig
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Returns information about a data transfer config.
Using getTransferConfig
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getTransferConfig(args: GetTransferConfigArgs, opts?: InvokeOptions): Promise<GetTransferConfigResult>
function getTransferConfigOutput(args: GetTransferConfigOutputArgs, opts?: InvokeOptions): Output<GetTransferConfigResult>def get_transfer_config(location: Optional[str] = None,
                        project: Optional[str] = None,
                        transfer_config_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetTransferConfigResult
def get_transfer_config_output(location: Optional[pulumi.Input[str]] = None,
                        project: Optional[pulumi.Input[str]] = None,
                        transfer_config_id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetTransferConfigResult]func LookupTransferConfig(ctx *Context, args *LookupTransferConfigArgs, opts ...InvokeOption) (*LookupTransferConfigResult, error)
func LookupTransferConfigOutput(ctx *Context, args *LookupTransferConfigOutputArgs, opts ...InvokeOption) LookupTransferConfigResultOutput> Note: This function is named LookupTransferConfig in the Go SDK.
public static class GetTransferConfig 
{
    public static Task<GetTransferConfigResult> InvokeAsync(GetTransferConfigArgs args, InvokeOptions? opts = null)
    public static Output<GetTransferConfigResult> Invoke(GetTransferConfigInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTransferConfigResult> getTransferConfig(GetTransferConfigArgs args, InvokeOptions options)
public static Output<GetTransferConfigResult> getTransferConfig(GetTransferConfigArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:bigquerydatatransfer/v1:getTransferConfig
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Location string
- TransferConfig stringId 
- Project string
- Location string
- TransferConfig stringId 
- Project string
- location String
- transferConfig StringId 
- project String
- location string
- transferConfig stringId 
- project string
- location str
- transfer_config_ strid 
- project str
- location String
- transferConfig StringId 
- project String
getTransferConfig Result
The following output properties are available:
- DataRefresh intWindow Days 
- The number of days to look back to automatically refresh the data. For example, if data_refresh_window_days = 10, then every day BigQuery reingests data for [today-10, today-1], rather than ingesting data for just [today-1]. Only valid if the data source supports the feature. Set the value to 0 to use the default value.
- DataSource stringId 
- Data source ID. This cannot be changed once data transfer is created. The full list of available data source IDs can be returned through an API call: https://cloud.google.com/bigquery-transfer/docs/reference/datatransfer/rest/v1/projects.locations.dataSources/list
- DatasetRegion string
- Region in which BigQuery dataset is located.
- DestinationDataset stringId 
- The BigQuery target dataset id.
- Disabled bool
- Is this config disabled. When set to true, no runs are scheduled for a given transfer.
- DisplayName string
- User specified display name for the data transfer.
- EmailPreferences Pulumi.Google Native. Big Query Data Transfer. V1. Outputs. Email Preferences Response 
- Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config.
- EncryptionConfiguration Pulumi.Google Native. Big Query Data Transfer. V1. Outputs. Encryption Configuration Response 
- The encryption configuration part. Currently, it is only used for the optional KMS key name. The BigQuery service account of your project must be granted permissions to use the key. Read methods will return the key name applied in effect. Write methods will apply the key if it is present, or otherwise try to apply project default keys if it is absent.
- Name string
- The resource name of the transfer config. Transfer config names have the form either projects/{project_id}/locations/{region}/transferConfigs/{config_id}orprojects/{project_id}/transferConfigs/{config_id}, whereconfig_idis usually a UUID, even though it is not guaranteed or required. The name is ignored when creating a transfer config.
- NextRun stringTime 
- Next time when data transfer will run.
- NotificationPubsub stringTopic 
- Pub/Sub topic where notifications will be sent after transfer runs associated with this transfer config finish. The format for specifying a pubsub topic is: projects/{project}/topics/{topic}
- OwnerInfo Pulumi.Google Native. Big Query Data Transfer. V1. Outputs. User Info Response 
- Information about the user whose credentials are used to transfer data. Populated only for transferConfigs.getrequests. In case the user information is not available, this field will not be populated.
- Params Dictionary<string, string>
- Parameters specific to each data source. For more information see the bq tab in the 'Setting up a data transfer' section for each data source. For example the parameters for Cloud Storage transfers are listed here: https://cloud.google.com/bigquery-transfer/docs/cloud-storage-transfer#bq
- Schedule string
- Data transfer schedule. If the data source does not support a custom schedule, this should be empty. If it is empty, the default value for the data source will be used. The specified times are in UTC. Examples of valid format: 1st,3rd monday of month 15:30,every wed,fri of jan,jun 13:15, andfirst sunday of quarter 00:00. See more explanation about the format here: https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format NOTE: The minimum interval time between recurring transfers depends on the data source; refer to the documentation for your data source.
- ScheduleOptions Pulumi.Google Native. Big Query Data Transfer. V1. Outputs. Schedule Options Response 
- Options customizing the data transfer schedule.
- State string
- State of the most recently updated transfer run.
- UpdateTime string
- Data transfer modification time. Ignored by server on input.
- UserId string
- Deprecated. Unique ID of the user on whose behalf transfer is done.
- DataRefresh intWindow Days 
- The number of days to look back to automatically refresh the data. For example, if data_refresh_window_days = 10, then every day BigQuery reingests data for [today-10, today-1], rather than ingesting data for just [today-1]. Only valid if the data source supports the feature. Set the value to 0 to use the default value.
- DataSource stringId 
- Data source ID. This cannot be changed once data transfer is created. The full list of available data source IDs can be returned through an API call: https://cloud.google.com/bigquery-transfer/docs/reference/datatransfer/rest/v1/projects.locations.dataSources/list
- DatasetRegion string
- Region in which BigQuery dataset is located.
- DestinationDataset stringId 
- The BigQuery target dataset id.
- Disabled bool
- Is this config disabled. When set to true, no runs are scheduled for a given transfer.
- DisplayName string
- User specified display name for the data transfer.
- EmailPreferences EmailPreferences Response 
- Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config.
- EncryptionConfiguration EncryptionConfiguration Response 
- The encryption configuration part. Currently, it is only used for the optional KMS key name. The BigQuery service account of your project must be granted permissions to use the key. Read methods will return the key name applied in effect. Write methods will apply the key if it is present, or otherwise try to apply project default keys if it is absent.
- Name string
- The resource name of the transfer config. Transfer config names have the form either projects/{project_id}/locations/{region}/transferConfigs/{config_id}orprojects/{project_id}/transferConfigs/{config_id}, whereconfig_idis usually a UUID, even though it is not guaranteed or required. The name is ignored when creating a transfer config.
- NextRun stringTime 
- Next time when data transfer will run.
- NotificationPubsub stringTopic 
- Pub/Sub topic where notifications will be sent after transfer runs associated with this transfer config finish. The format for specifying a pubsub topic is: projects/{project}/topics/{topic}
- OwnerInfo UserInfo Response 
- Information about the user whose credentials are used to transfer data. Populated only for transferConfigs.getrequests. In case the user information is not available, this field will not be populated.
- Params map[string]string
- Parameters specific to each data source. For more information see the bq tab in the 'Setting up a data transfer' section for each data source. For example the parameters for Cloud Storage transfers are listed here: https://cloud.google.com/bigquery-transfer/docs/cloud-storage-transfer#bq
- Schedule string
- Data transfer schedule. If the data source does not support a custom schedule, this should be empty. If it is empty, the default value for the data source will be used. The specified times are in UTC. Examples of valid format: 1st,3rd monday of month 15:30,every wed,fri of jan,jun 13:15, andfirst sunday of quarter 00:00. See more explanation about the format here: https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format NOTE: The minimum interval time between recurring transfers depends on the data source; refer to the documentation for your data source.
- ScheduleOptions ScheduleOptions Response 
- Options customizing the data transfer schedule.
- State string
- State of the most recently updated transfer run.
- UpdateTime string
- Data transfer modification time. Ignored by server on input.
- UserId string
- Deprecated. Unique ID of the user on whose behalf transfer is done.
- dataRefresh IntegerWindow Days 
- The number of days to look back to automatically refresh the data. For example, if data_refresh_window_days = 10, then every day BigQuery reingests data for [today-10, today-1], rather than ingesting data for just [today-1]. Only valid if the data source supports the feature. Set the value to 0 to use the default value.
- dataSource StringId 
- Data source ID. This cannot be changed once data transfer is created. The full list of available data source IDs can be returned through an API call: https://cloud.google.com/bigquery-transfer/docs/reference/datatransfer/rest/v1/projects.locations.dataSources/list
- datasetRegion String
- Region in which BigQuery dataset is located.
- destinationDataset StringId 
- The BigQuery target dataset id.
- disabled Boolean
- Is this config disabled. When set to true, no runs are scheduled for a given transfer.
- displayName String
- User specified display name for the data transfer.
- emailPreferences EmailPreferences Response 
- Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config.
- encryptionConfiguration EncryptionConfiguration Response 
- The encryption configuration part. Currently, it is only used for the optional KMS key name. The BigQuery service account of your project must be granted permissions to use the key. Read methods will return the key name applied in effect. Write methods will apply the key if it is present, or otherwise try to apply project default keys if it is absent.
- name String
- The resource name of the transfer config. Transfer config names have the form either projects/{project_id}/locations/{region}/transferConfigs/{config_id}orprojects/{project_id}/transferConfigs/{config_id}, whereconfig_idis usually a UUID, even though it is not guaranteed or required. The name is ignored when creating a transfer config.
- nextRun StringTime 
- Next time when data transfer will run.
- notificationPubsub StringTopic 
- Pub/Sub topic where notifications will be sent after transfer runs associated with this transfer config finish. The format for specifying a pubsub topic is: projects/{project}/topics/{topic}
- ownerInfo UserInfo Response 
- Information about the user whose credentials are used to transfer data. Populated only for transferConfigs.getrequests. In case the user information is not available, this field will not be populated.
- params Map<String,String>
- Parameters specific to each data source. For more information see the bq tab in the 'Setting up a data transfer' section for each data source. For example the parameters for Cloud Storage transfers are listed here: https://cloud.google.com/bigquery-transfer/docs/cloud-storage-transfer#bq
- schedule String
- Data transfer schedule. If the data source does not support a custom schedule, this should be empty. If it is empty, the default value for the data source will be used. The specified times are in UTC. Examples of valid format: 1st,3rd monday of month 15:30,every wed,fri of jan,jun 13:15, andfirst sunday of quarter 00:00. See more explanation about the format here: https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format NOTE: The minimum interval time between recurring transfers depends on the data source; refer to the documentation for your data source.
- scheduleOptions ScheduleOptions Response 
- Options customizing the data transfer schedule.
- state String
- State of the most recently updated transfer run.
- updateTime String
- Data transfer modification time. Ignored by server on input.
- userId String
- Deprecated. Unique ID of the user on whose behalf transfer is done.
- dataRefresh numberWindow Days 
- The number of days to look back to automatically refresh the data. For example, if data_refresh_window_days = 10, then every day BigQuery reingests data for [today-10, today-1], rather than ingesting data for just [today-1]. Only valid if the data source supports the feature. Set the value to 0 to use the default value.
- dataSource stringId 
- Data source ID. This cannot be changed once data transfer is created. The full list of available data source IDs can be returned through an API call: https://cloud.google.com/bigquery-transfer/docs/reference/datatransfer/rest/v1/projects.locations.dataSources/list
- datasetRegion string
- Region in which BigQuery dataset is located.
- destinationDataset stringId 
- The BigQuery target dataset id.
- disabled boolean
- Is this config disabled. When set to true, no runs are scheduled for a given transfer.
- displayName string
- User specified display name for the data transfer.
- emailPreferences EmailPreferences Response 
- Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config.
- encryptionConfiguration EncryptionConfiguration Response 
- The encryption configuration part. Currently, it is only used for the optional KMS key name. The BigQuery service account of your project must be granted permissions to use the key. Read methods will return the key name applied in effect. Write methods will apply the key if it is present, or otherwise try to apply project default keys if it is absent.
- name string
- The resource name of the transfer config. Transfer config names have the form either projects/{project_id}/locations/{region}/transferConfigs/{config_id}orprojects/{project_id}/transferConfigs/{config_id}, whereconfig_idis usually a UUID, even though it is not guaranteed or required. The name is ignored when creating a transfer config.
- nextRun stringTime 
- Next time when data transfer will run.
- notificationPubsub stringTopic 
- Pub/Sub topic where notifications will be sent after transfer runs associated with this transfer config finish. The format for specifying a pubsub topic is: projects/{project}/topics/{topic}
- ownerInfo UserInfo Response 
- Information about the user whose credentials are used to transfer data. Populated only for transferConfigs.getrequests. In case the user information is not available, this field will not be populated.
- params {[key: string]: string}
- Parameters specific to each data source. For more information see the bq tab in the 'Setting up a data transfer' section for each data source. For example the parameters for Cloud Storage transfers are listed here: https://cloud.google.com/bigquery-transfer/docs/cloud-storage-transfer#bq
- schedule string
- Data transfer schedule. If the data source does not support a custom schedule, this should be empty. If it is empty, the default value for the data source will be used. The specified times are in UTC. Examples of valid format: 1st,3rd monday of month 15:30,every wed,fri of jan,jun 13:15, andfirst sunday of quarter 00:00. See more explanation about the format here: https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format NOTE: The minimum interval time between recurring transfers depends on the data source; refer to the documentation for your data source.
- scheduleOptions ScheduleOptions Response 
- Options customizing the data transfer schedule.
- state string
- State of the most recently updated transfer run.
- updateTime string
- Data transfer modification time. Ignored by server on input.
- userId string
- Deprecated. Unique ID of the user on whose behalf transfer is done.
- data_refresh_ intwindow_ days 
- The number of days to look back to automatically refresh the data. For example, if data_refresh_window_days = 10, then every day BigQuery reingests data for [today-10, today-1], rather than ingesting data for just [today-1]. Only valid if the data source supports the feature. Set the value to 0 to use the default value.
- data_source_ strid 
- Data source ID. This cannot be changed once data transfer is created. The full list of available data source IDs can be returned through an API call: https://cloud.google.com/bigquery-transfer/docs/reference/datatransfer/rest/v1/projects.locations.dataSources/list
- dataset_region str
- Region in which BigQuery dataset is located.
- destination_dataset_ strid 
- The BigQuery target dataset id.
- disabled bool
- Is this config disabled. When set to true, no runs are scheduled for a given transfer.
- display_name str
- User specified display name for the data transfer.
- email_preferences EmailPreferences Response 
- Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config.
- encryption_configuration EncryptionConfiguration Response 
- The encryption configuration part. Currently, it is only used for the optional KMS key name. The BigQuery service account of your project must be granted permissions to use the key. Read methods will return the key name applied in effect. Write methods will apply the key if it is present, or otherwise try to apply project default keys if it is absent.
- name str
- The resource name of the transfer config. Transfer config names have the form either projects/{project_id}/locations/{region}/transferConfigs/{config_id}orprojects/{project_id}/transferConfigs/{config_id}, whereconfig_idis usually a UUID, even though it is not guaranteed or required. The name is ignored when creating a transfer config.
- next_run_ strtime 
- Next time when data transfer will run.
- notification_pubsub_ strtopic 
- Pub/Sub topic where notifications will be sent after transfer runs associated with this transfer config finish. The format for specifying a pubsub topic is: projects/{project}/topics/{topic}
- owner_info UserInfo Response 
- Information about the user whose credentials are used to transfer data. Populated only for transferConfigs.getrequests. In case the user information is not available, this field will not be populated.
- params Mapping[str, str]
- Parameters specific to each data source. For more information see the bq tab in the 'Setting up a data transfer' section for each data source. For example the parameters for Cloud Storage transfers are listed here: https://cloud.google.com/bigquery-transfer/docs/cloud-storage-transfer#bq
- schedule str
- Data transfer schedule. If the data source does not support a custom schedule, this should be empty. If it is empty, the default value for the data source will be used. The specified times are in UTC. Examples of valid format: 1st,3rd monday of month 15:30,every wed,fri of jan,jun 13:15, andfirst sunday of quarter 00:00. See more explanation about the format here: https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format NOTE: The minimum interval time between recurring transfers depends on the data source; refer to the documentation for your data source.
- schedule_options ScheduleOptions Response 
- Options customizing the data transfer schedule.
- state str
- State of the most recently updated transfer run.
- update_time str
- Data transfer modification time. Ignored by server on input.
- user_id str
- Deprecated. Unique ID of the user on whose behalf transfer is done.
- dataRefresh NumberWindow Days 
- The number of days to look back to automatically refresh the data. For example, if data_refresh_window_days = 10, then every day BigQuery reingests data for [today-10, today-1], rather than ingesting data for just [today-1]. Only valid if the data source supports the feature. Set the value to 0 to use the default value.
- dataSource StringId 
- Data source ID. This cannot be changed once data transfer is created. The full list of available data source IDs can be returned through an API call: https://cloud.google.com/bigquery-transfer/docs/reference/datatransfer/rest/v1/projects.locations.dataSources/list
- datasetRegion String
- Region in which BigQuery dataset is located.
- destinationDataset StringId 
- The BigQuery target dataset id.
- disabled Boolean
- Is this config disabled. When set to true, no runs are scheduled for a given transfer.
- displayName String
- User specified display name for the data transfer.
- emailPreferences Property Map
- Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config.
- encryptionConfiguration Property Map
- The encryption configuration part. Currently, it is only used for the optional KMS key name. The BigQuery service account of your project must be granted permissions to use the key. Read methods will return the key name applied in effect. Write methods will apply the key if it is present, or otherwise try to apply project default keys if it is absent.
- name String
- The resource name of the transfer config. Transfer config names have the form either projects/{project_id}/locations/{region}/transferConfigs/{config_id}orprojects/{project_id}/transferConfigs/{config_id}, whereconfig_idis usually a UUID, even though it is not guaranteed or required. The name is ignored when creating a transfer config.
- nextRun StringTime 
- Next time when data transfer will run.
- notificationPubsub StringTopic 
- Pub/Sub topic where notifications will be sent after transfer runs associated with this transfer config finish. The format for specifying a pubsub topic is: projects/{project}/topics/{topic}
- ownerInfo Property Map
- Information about the user whose credentials are used to transfer data. Populated only for transferConfigs.getrequests. In case the user information is not available, this field will not be populated.
- params Map<String>
- Parameters specific to each data source. For more information see the bq tab in the 'Setting up a data transfer' section for each data source. For example the parameters for Cloud Storage transfers are listed here: https://cloud.google.com/bigquery-transfer/docs/cloud-storage-transfer#bq
- schedule String
- Data transfer schedule. If the data source does not support a custom schedule, this should be empty. If it is empty, the default value for the data source will be used. The specified times are in UTC. Examples of valid format: 1st,3rd monday of month 15:30,every wed,fri of jan,jun 13:15, andfirst sunday of quarter 00:00. See more explanation about the format here: https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format NOTE: The minimum interval time between recurring transfers depends on the data source; refer to the documentation for your data source.
- scheduleOptions Property Map
- Options customizing the data transfer schedule.
- state String
- State of the most recently updated transfer run.
- updateTime String
- Data transfer modification time. Ignored by server on input.
- userId String
- Deprecated. Unique ID of the user on whose behalf transfer is done.
Supporting Types
EmailPreferencesResponse  
- EnableFailure boolEmail 
- If true, email notifications will be sent on transfer run failures.
- EnableFailure boolEmail 
- If true, email notifications will be sent on transfer run failures.
- enableFailure BooleanEmail 
- If true, email notifications will be sent on transfer run failures.
- enableFailure booleanEmail 
- If true, email notifications will be sent on transfer run failures.
- enable_failure_ boolemail 
- If true, email notifications will be sent on transfer run failures.
- enableFailure BooleanEmail 
- If true, email notifications will be sent on transfer run failures.
EncryptionConfigurationResponse  
- KmsKey stringName 
- The name of the KMS key used for encrypting BigQuery data.
- KmsKey stringName 
- The name of the KMS key used for encrypting BigQuery data.
- kmsKey StringName 
- The name of the KMS key used for encrypting BigQuery data.
- kmsKey stringName 
- The name of the KMS key used for encrypting BigQuery data.
- kms_key_ strname 
- The name of the KMS key used for encrypting BigQuery data.
- kmsKey StringName 
- The name of the KMS key used for encrypting BigQuery data.
ScheduleOptionsResponse  
- DisableAuto boolScheduling 
- If true, automatic scheduling of data transfer runs for this configuration will be disabled. The runs can be started on ad-hoc basis using StartManualTransferRuns API. When automatic scheduling is disabled, the TransferConfig.schedule field will be ignored.
- EndTime string
- Defines time to stop scheduling transfer runs. A transfer run cannot be scheduled at or after the end time. The end time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.
- StartTime string
- Specifies time to start scheduling transfer runs. The first run will be scheduled at or after the start time according to a recurrence pattern defined in the schedule string. The start time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.
- DisableAuto boolScheduling 
- If true, automatic scheduling of data transfer runs for this configuration will be disabled. The runs can be started on ad-hoc basis using StartManualTransferRuns API. When automatic scheduling is disabled, the TransferConfig.schedule field will be ignored.
- EndTime string
- Defines time to stop scheduling transfer runs. A transfer run cannot be scheduled at or after the end time. The end time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.
- StartTime string
- Specifies time to start scheduling transfer runs. The first run will be scheduled at or after the start time according to a recurrence pattern defined in the schedule string. The start time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.
- disableAuto BooleanScheduling 
- If true, automatic scheduling of data transfer runs for this configuration will be disabled. The runs can be started on ad-hoc basis using StartManualTransferRuns API. When automatic scheduling is disabled, the TransferConfig.schedule field will be ignored.
- endTime String
- Defines time to stop scheduling transfer runs. A transfer run cannot be scheduled at or after the end time. The end time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.
- startTime String
- Specifies time to start scheduling transfer runs. The first run will be scheduled at or after the start time according to a recurrence pattern defined in the schedule string. The start time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.
- disableAuto booleanScheduling 
- If true, automatic scheduling of data transfer runs for this configuration will be disabled. The runs can be started on ad-hoc basis using StartManualTransferRuns API. When automatic scheduling is disabled, the TransferConfig.schedule field will be ignored.
- endTime string
- Defines time to stop scheduling transfer runs. A transfer run cannot be scheduled at or after the end time. The end time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.
- startTime string
- Specifies time to start scheduling transfer runs. The first run will be scheduled at or after the start time according to a recurrence pattern defined in the schedule string. The start time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.
- disable_auto_ boolscheduling 
- If true, automatic scheduling of data transfer runs for this configuration will be disabled. The runs can be started on ad-hoc basis using StartManualTransferRuns API. When automatic scheduling is disabled, the TransferConfig.schedule field will be ignored.
- end_time str
- Defines time to stop scheduling transfer runs. A transfer run cannot be scheduled at or after the end time. The end time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.
- start_time str
- Specifies time to start scheduling transfer runs. The first run will be scheduled at or after the start time according to a recurrence pattern defined in the schedule string. The start time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.
- disableAuto BooleanScheduling 
- If true, automatic scheduling of data transfer runs for this configuration will be disabled. The runs can be started on ad-hoc basis using StartManualTransferRuns API. When automatic scheduling is disabled, the TransferConfig.schedule field will be ignored.
- endTime String
- Defines time to stop scheduling transfer runs. A transfer run cannot be scheduled at or after the end time. The end time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.
- startTime String
- Specifies time to start scheduling transfer runs. The first run will be scheduled at or after the start time according to a recurrence pattern defined in the schedule string. The start time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.
UserInfoResponse  
- Email string
- E-mail address of the user.
- Email string
- E-mail address of the user.
- email String
- E-mail address of the user.
- email string
- E-mail address of the user.
- email str
- E-mail address of the user.
- email String
- E-mail address of the user.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi