Documentation ¶
Index ¶
- func BigqueryDataTransferConfig_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func BigqueryDataTransferConfig_IsConstruct(x interface{}) *bool
- func BigqueryDataTransferConfig_IsTerraformElement(x interface{}) *bool
- func BigqueryDataTransferConfig_IsTerraformResource(x interface{}) *bool
- func BigqueryDataTransferConfig_TfResourceType() *string
- func NewBigqueryDataTransferConfigEmailPreferencesOutputReference_Override(b BigqueryDataTransferConfigEmailPreferencesOutputReference, ...)
- func NewBigqueryDataTransferConfigScheduleOptionsOutputReference_Override(b BigqueryDataTransferConfigScheduleOptionsOutputReference, ...)
- func NewBigqueryDataTransferConfigSensitiveParamsOutputReference_Override(b BigqueryDataTransferConfigSensitiveParamsOutputReference, ...)
- func NewBigqueryDataTransferConfigTimeoutsOutputReference_Override(b BigqueryDataTransferConfigTimeoutsOutputReference, ...)
- func NewBigqueryDataTransferConfig_Override(b BigqueryDataTransferConfig, scope constructs.Construct, id *string, ...)
- type BigqueryDataTransferConfig
- type BigqueryDataTransferConfigConfig
- type BigqueryDataTransferConfigEmailPreferences
- type BigqueryDataTransferConfigEmailPreferencesOutputReference
- type BigqueryDataTransferConfigScheduleOptions
- type BigqueryDataTransferConfigScheduleOptionsOutputReference
- type BigqueryDataTransferConfigSensitiveParams
- type BigqueryDataTransferConfigSensitiveParamsOutputReference
- type BigqueryDataTransferConfigTimeouts
- type BigqueryDataTransferConfigTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BigqueryDataTransferConfig_GenerateConfigForImport ¶
func BigqueryDataTransferConfig_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a BigqueryDataTransferConfig resource upon running "cdktf plan <stack-name>".
func BigqueryDataTransferConfig_IsConstruct ¶
func BigqueryDataTransferConfig_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func BigqueryDataTransferConfig_IsTerraformElement ¶
func BigqueryDataTransferConfig_IsTerraformElement(x interface{}) *bool
Experimental.
func BigqueryDataTransferConfig_IsTerraformResource ¶
func BigqueryDataTransferConfig_IsTerraformResource(x interface{}) *bool
Experimental.
func BigqueryDataTransferConfig_TfResourceType ¶
func BigqueryDataTransferConfig_TfResourceType() *string
func NewBigqueryDataTransferConfigEmailPreferencesOutputReference_Override ¶
func NewBigqueryDataTransferConfigEmailPreferencesOutputReference_Override(b BigqueryDataTransferConfigEmailPreferencesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewBigqueryDataTransferConfigScheduleOptionsOutputReference_Override ¶
func NewBigqueryDataTransferConfigScheduleOptionsOutputReference_Override(b BigqueryDataTransferConfigScheduleOptionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewBigqueryDataTransferConfigSensitiveParamsOutputReference_Override ¶
func NewBigqueryDataTransferConfigSensitiveParamsOutputReference_Override(b BigqueryDataTransferConfigSensitiveParamsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewBigqueryDataTransferConfigTimeoutsOutputReference_Override ¶
func NewBigqueryDataTransferConfigTimeoutsOutputReference_Override(b BigqueryDataTransferConfigTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewBigqueryDataTransferConfig_Override ¶
func NewBigqueryDataTransferConfig_Override(b BigqueryDataTransferConfig, scope constructs.Construct, id *string, config *BigqueryDataTransferConfigConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config google_bigquery_data_transfer_config} Resource.
Types ¶
type BigqueryDataTransferConfig ¶
type BigqueryDataTransferConfig interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) DataRefreshWindowDays() *float64 SetDataRefreshWindowDays(val *float64) DataRefreshWindowDaysInput() *float64 DataSourceId() *string SetDataSourceId(val *string) DataSourceIdInput() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DestinationDatasetId() *string SetDestinationDatasetId(val *string) DestinationDatasetIdInput() *string Disabled() interface{} SetDisabled(val interface{}) DisabledInput() interface{} DisplayName() *string SetDisplayName(val *string) DisplayNameInput() *string EmailPreferences() BigqueryDataTransferConfigEmailPreferencesOutputReference EmailPreferencesInput() *BigqueryDataTransferConfigEmailPreferences // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string Name() *string // The tree node. Node() constructs.Node NotificationPubsubTopic() *string SetNotificationPubsubTopic(val *string) NotificationPubsubTopicInput() *string Params() *map[string]*string SetParams(val *map[string]*string) ParamsInput() *map[string]*string Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Schedule() *string SetSchedule(val *string) ScheduleInput() *string ScheduleOptions() BigqueryDataTransferConfigScheduleOptionsOutputReference ScheduleOptionsInput() *BigqueryDataTransferConfigScheduleOptions SensitiveParams() BigqueryDataTransferConfigSensitiveParamsOutputReference SensitiveParamsInput() *BigqueryDataTransferConfigSensitiveParams ServiceAccountName() *string SetServiceAccountName(val *string) ServiceAccountNameInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() BigqueryDataTransferConfigTimeoutsOutputReference TimeoutsInput() interface{} // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutEmailPreferences(value *BigqueryDataTransferConfigEmailPreferences) PutScheduleOptions(value *BigqueryDataTransferConfigScheduleOptions) PutSensitiveParams(value *BigqueryDataTransferConfigSensitiveParams) PutTimeouts(value *BigqueryDataTransferConfigTimeouts) ResetDataRefreshWindowDays() ResetDestinationDatasetId() ResetDisabled() ResetEmailPreferences() ResetId() ResetLocation() ResetNotificationPubsubTopic() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetSchedule() ResetScheduleOptions() ResetSensitiveParams() ResetServiceAccountName() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config google_bigquery_data_transfer_config}.
func NewBigqueryDataTransferConfig ¶
func NewBigqueryDataTransferConfig(scope constructs.Construct, id *string, config *BigqueryDataTransferConfigConfig) BigqueryDataTransferConfig
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config google_bigquery_data_transfer_config} Resource.
type BigqueryDataTransferConfigConfig ¶
type BigqueryDataTransferConfigConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // The data source id. Cannot be changed once the transfer config is created. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config#data_source_id BigqueryDataTransferConfig#data_source_id} DataSourceId *string `field:"required" json:"dataSourceId" yaml:"dataSourceId"` // The user specified display name for the transfer config. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config#display_name BigqueryDataTransferConfig#display_name} DisplayName *string `field:"required" json:"displayName" yaml:"displayName"` // 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 // // **NOTE** : If you are attempting to update a parameter that cannot be updated (due to api limitations) [please force recreation of the resource](https://www.terraform.io/cli/state/taint#forcing-re-creation-of-resources). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config#params BigqueryDataTransferConfig#params} Params *map[string]*string `field:"required" json:"params" yaml:"params"` // The number of days to look back to automatically refresh the data. // // For example, if dataRefreshWindowDays = 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. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config#data_refresh_window_days BigqueryDataTransferConfig#data_refresh_window_days} DataRefreshWindowDays *float64 `field:"optional" json:"dataRefreshWindowDays" yaml:"dataRefreshWindowDays"` // The BigQuery target dataset id. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config#destination_dataset_id BigqueryDataTransferConfig#destination_dataset_id} DestinationDatasetId *string `field:"optional" json:"destinationDatasetId" yaml:"destinationDatasetId"` // When set to true, no runs are scheduled for a given transfer. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config#disabled BigqueryDataTransferConfig#disabled} Disabled interface{} `field:"optional" json:"disabled" yaml:"disabled"` // email_preferences block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config#email_preferences BigqueryDataTransferConfig#email_preferences} EmailPreferences *BigqueryDataTransferConfigEmailPreferences `field:"optional" json:"emailPreferences" yaml:"emailPreferences"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config#id BigqueryDataTransferConfig#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // The geographic location where the transfer config should reside. Examples: US, EU, asia-northeast1. The default value is US. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config#location BigqueryDataTransferConfig#location} Location *string `field:"optional" json:"location" yaml:"location"` // Pub/Sub topic where notifications will be sent after transfer runs associated with this transfer config finish. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config#notification_pubsub_topic BigqueryDataTransferConfig#notification_pubsub_topic} NotificationPubsubTopic *string `field:"optional" json:"notificationPubsubTopic" yaml:"notificationPubsubTopic"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config#project BigqueryDataTransferConfig#project}. Project *string `field:"optional" json:"project" yaml:"project"` // 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, and first 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 granularity should be at least 8 hours, or less frequent. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config#schedule BigqueryDataTransferConfig#schedule} Schedule *string `field:"optional" json:"schedule" yaml:"schedule"` // schedule_options block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config#schedule_options BigqueryDataTransferConfig#schedule_options} ScheduleOptions *BigqueryDataTransferConfigScheduleOptions `field:"optional" json:"scheduleOptions" yaml:"scheduleOptions"` // sensitive_params block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config#sensitive_params BigqueryDataTransferConfig#sensitive_params} SensitiveParams *BigqueryDataTransferConfigSensitiveParams `field:"optional" json:"sensitiveParams" yaml:"sensitiveParams"` // Service account email. // // If this field is set, transfer config will // be created with this service account credentials. It requires that // requesting user calling this API has permissions to act as this service account. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config#service_account_name BigqueryDataTransferConfig#service_account_name} ServiceAccountName *string `field:"optional" json:"serviceAccountName" yaml:"serviceAccountName"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config#timeouts BigqueryDataTransferConfig#timeouts} Timeouts *BigqueryDataTransferConfigTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type BigqueryDataTransferConfigEmailPreferences ¶
type BigqueryDataTransferConfigEmailPreferences struct { // If true, email notifications will be sent on transfer run failures. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config#enable_failure_email BigqueryDataTransferConfig#enable_failure_email} EnableFailureEmail interface{} `field:"required" json:"enableFailureEmail" yaml:"enableFailureEmail"` }
type BigqueryDataTransferConfigEmailPreferencesOutputReference ¶
type BigqueryDataTransferConfigEmailPreferencesOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string EnableFailureEmail() interface{} SetEnableFailureEmail(val interface{}) EnableFailureEmailInput() interface{} // Experimental. Fqn() *string InternalValue() *BigqueryDataTransferConfigEmailPreferences SetInternalValue(val *BigqueryDataTransferConfigEmailPreferences) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewBigqueryDataTransferConfigEmailPreferencesOutputReference ¶
func NewBigqueryDataTransferConfigEmailPreferencesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) BigqueryDataTransferConfigEmailPreferencesOutputReference
type BigqueryDataTransferConfigScheduleOptions ¶
type BigqueryDataTransferConfigScheduleOptions struct { // If true, automatic scheduling of data transfer runs for this configuration will be disabled. // // The runs can be started on ad-hoc // basis using transferConfigs.startManualRuns API. When automatic // scheduling is disabled, the TransferConfig.schedule field will // be ignored. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config#disable_auto_scheduling BigqueryDataTransferConfig#disable_auto_scheduling} DisableAutoScheduling interface{} `field:"optional" json:"disableAutoScheduling" yaml:"disableAutoScheduling"` // 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 triggered manually is not // limited by this option. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config#end_time BigqueryDataTransferConfig#end_time} EndTime *string `field:"optional" json:"endTime" yaml:"endTime"` // 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 triggered manually is not // limited by this option. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config#start_time BigqueryDataTransferConfig#start_time} StartTime *string `field:"optional" json:"startTime" yaml:"startTime"` }
type BigqueryDataTransferConfigScheduleOptionsOutputReference ¶
type BigqueryDataTransferConfigScheduleOptionsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string DisableAutoScheduling() interface{} SetDisableAutoScheduling(val interface{}) DisableAutoSchedulingInput() interface{} EndTime() *string SetEndTime(val *string) EndTimeInput() *string // Experimental. Fqn() *string InternalValue() *BigqueryDataTransferConfigScheduleOptions SetInternalValue(val *BigqueryDataTransferConfigScheduleOptions) StartTime() *string SetStartTime(val *string) StartTimeInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetDisableAutoScheduling() ResetEndTime() ResetStartTime() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewBigqueryDataTransferConfigScheduleOptionsOutputReference ¶
func NewBigqueryDataTransferConfigScheduleOptionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) BigqueryDataTransferConfigScheduleOptionsOutputReference
type BigqueryDataTransferConfigSensitiveParams ¶
type BigqueryDataTransferConfigSensitiveParams struct { // The Secret Access Key of the AWS account transferring data from. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config#secret_access_key BigqueryDataTransferConfig#secret_access_key} SecretAccessKey *string `field:"required" json:"secretAccessKey" yaml:"secretAccessKey"` }
type BigqueryDataTransferConfigSensitiveParamsOutputReference ¶
type BigqueryDataTransferConfigSensitiveParamsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *BigqueryDataTransferConfigSensitiveParams SetInternalValue(val *BigqueryDataTransferConfigSensitiveParams) SecretAccessKey() *string SetSecretAccessKey(val *string) SecretAccessKeyInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewBigqueryDataTransferConfigSensitiveParamsOutputReference ¶
func NewBigqueryDataTransferConfigSensitiveParamsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) BigqueryDataTransferConfigSensitiveParamsOutputReference
type BigqueryDataTransferConfigTimeouts ¶
type BigqueryDataTransferConfigTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config#create BigqueryDataTransferConfig#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config#delete BigqueryDataTransferConfig#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.7.0/docs/resources/bigquery_data_transfer_config#update BigqueryDataTransferConfig#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type BigqueryDataTransferConfigTimeoutsOutputReference ¶
type BigqueryDataTransferConfigTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewBigqueryDataTransferConfigTimeoutsOutputReference ¶
func NewBigqueryDataTransferConfigTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) BigqueryDataTransferConfigTimeoutsOutputReference
Source Files ¶
- BigqueryDataTransferConfig.go
- BigqueryDataTransferConfigConfig.go
- BigqueryDataTransferConfigEmailPreferences.go
- BigqueryDataTransferConfigEmailPreferencesOutputReference.go
- BigqueryDataTransferConfigEmailPreferencesOutputReference__checks.go
- BigqueryDataTransferConfigScheduleOptions.go
- BigqueryDataTransferConfigScheduleOptionsOutputReference.go
- BigqueryDataTransferConfigScheduleOptionsOutputReference__checks.go
- BigqueryDataTransferConfigSensitiveParams.go
- BigqueryDataTransferConfigSensitiveParamsOutputReference.go
- BigqueryDataTransferConfigSensitiveParamsOutputReference__checks.go
- BigqueryDataTransferConfigTimeouts.go
- BigqueryDataTransferConfigTimeoutsOutputReference.go
- BigqueryDataTransferConfigTimeoutsOutputReference__checks.go
- BigqueryDataTransferConfig__checks.go
- main.go