Versions in this module Expand all Collapse all v6 v6.0.0 Apr 18, 2023 Changes in this version + func GoogleBigqueryDataTransferConfig_IsConstruct(x interface{}) *bool + func GoogleBigqueryDataTransferConfig_IsTerraformElement(x interface{}) *bool + func GoogleBigqueryDataTransferConfig_IsTerraformResource(x interface{}) *bool + func GoogleBigqueryDataTransferConfig_TfResourceType() *string + func NewGoogleBigqueryDataTransferConfigEmailPreferencesOutputReference_Override(g GoogleBigqueryDataTransferConfigEmailPreferencesOutputReference, ...) + func NewGoogleBigqueryDataTransferConfigScheduleOptionsOutputReference_Override(g GoogleBigqueryDataTransferConfigScheduleOptionsOutputReference, ...) + func NewGoogleBigqueryDataTransferConfigSensitiveParamsOutputReference_Override(g GoogleBigqueryDataTransferConfigSensitiveParamsOutputReference, ...) + func NewGoogleBigqueryDataTransferConfigTimeoutsOutputReference_Override(g GoogleBigqueryDataTransferConfigTimeoutsOutputReference, ...) + func NewGoogleBigqueryDataTransferConfig_Override(g GoogleBigqueryDataTransferConfig, scope constructs.Construct, id *string, ...) + type GoogleBigqueryDataTransferConfig interface + AddOverride func(path *string, value interface{}) + CdktfStack func() cdktf.TerraformStack + Connection func() interface{} + ConstructNodeMetadata func() *map[string]interface{} + Count func() *float64 + DataRefreshWindowDays func() *float64 + DataRefreshWindowDaysInput func() *float64 + DataSourceId func() *string + DataSourceIdInput func() *string + DependsOn func() *[]*string + DestinationDatasetId func() *string + DestinationDatasetIdInput func() *string + Disabled func() interface{} + DisabledInput func() interface{} + DisplayName func() *string + DisplayNameInput func() *string + EmailPreferences func() GoogleBigqueryDataTransferConfigEmailPreferencesOutputReference + EmailPreferencesInput func() *GoogleBigqueryDataTransferConfigEmailPreferences + ForEach func() cdktf.ITerraformIterator + Fqn func() *string + FriendlyUniqueId func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + Id func() *string + IdInput func() *string + InterpolationForAttribute func(terraformAttribute *string) cdktf.IResolvable + Lifecycle func() *cdktf.TerraformResourceLifecycle + Location func() *string + LocationInput func() *string + Name func() *string + Node func() constructs.Node + NotificationPubsubTopic func() *string + NotificationPubsubTopicInput func() *string + OverrideLogicalId func(newLogicalId *string) + Params func() *map[string]*string + ParamsInput func() *map[string]*string + Project func() *string + ProjectInput func() *string + Provider func() cdktf.TerraformProvider + Provisioners func() *[]interface{} + PutEmailPreferences func(value *GoogleBigqueryDataTransferConfigEmailPreferences) + PutScheduleOptions func(value *GoogleBigqueryDataTransferConfigScheduleOptions) + PutSensitiveParams func(value *GoogleBigqueryDataTransferConfigSensitiveParams) + PutTimeouts func(value *GoogleBigqueryDataTransferConfigTimeouts) + RawOverrides func() interface{} + ResetDataRefreshWindowDays func() + ResetDestinationDatasetId func() + ResetDisabled func() + ResetEmailPreferences func() + ResetId func() + ResetLocation func() + ResetNotificationPubsubTopic func() + ResetOverrideLogicalId func() + ResetProject func() + ResetSchedule func() + ResetScheduleOptions func() + ResetSensitiveParams func() + ResetServiceAccountName func() + ResetTimeouts func() + Schedule func() *string + ScheduleInput func() *string + ScheduleOptions func() GoogleBigqueryDataTransferConfigScheduleOptionsOutputReference + ScheduleOptionsInput func() *GoogleBigqueryDataTransferConfigScheduleOptions + SensitiveParams func() GoogleBigqueryDataTransferConfigSensitiveParamsOutputReference + SensitiveParamsInput func() *GoogleBigqueryDataTransferConfigSensitiveParams + ServiceAccountName func() *string + ServiceAccountNameInput func() *string + SetConnection func(val interface{}) + SetCount func(val *float64) + SetDataRefreshWindowDays func(val *float64) + SetDataSourceId func(val *string) + SetDependsOn func(val *[]*string) + SetDestinationDatasetId func(val *string) + SetDisabled func(val interface{}) + SetDisplayName func(val *string) + SetForEach func(val cdktf.ITerraformIterator) + SetId func(val *string) + SetLifecycle func(val *cdktf.TerraformResourceLifecycle) + SetLocation func(val *string) + SetNotificationPubsubTopic func(val *string) + SetParams func(val *map[string]*string) + SetProject func(val *string) + SetProvider func(val cdktf.TerraformProvider) + SetProvisioners func(val *[]interface{}) + SetSchedule func(val *string) + SetServiceAccountName func(val *string) + SynthesizeAttributes func() *map[string]interface{} + TerraformGeneratorMetadata func() *cdktf.TerraformProviderGeneratorMetadata + TerraformMetaArguments func() *map[string]interface{} + TerraformResourceType func() *string + Timeouts func() GoogleBigqueryDataTransferConfigTimeoutsOutputReference + TimeoutsInput func() interface{} + ToMetadata func() interface{} + ToString func() *string + ToTerraform func() interface{} + func NewGoogleBigqueryDataTransferConfig(scope constructs.Construct, id *string, ...) GoogleBigqueryDataTransferConfig + type GoogleBigqueryDataTransferConfigConfig struct + Connection interface{} + Count *float64 + DataRefreshWindowDays *float64 + DataSourceId *string + DependsOn *[]cdktf.ITerraformDependable + DestinationDatasetId *string + Disabled interface{} + DisplayName *string + EmailPreferences *GoogleBigqueryDataTransferConfigEmailPreferences + ForEach cdktf.ITerraformIterator + Id *string + Lifecycle *cdktf.TerraformResourceLifecycle + Location *string + NotificationPubsubTopic *string + Params *map[string]*string + Project *string + Provider cdktf.TerraformProvider + Provisioners *[]interface{} + Schedule *string + ScheduleOptions *GoogleBigqueryDataTransferConfigScheduleOptions + SensitiveParams *GoogleBigqueryDataTransferConfigSensitiveParams + ServiceAccountName *string + Timeouts *GoogleBigqueryDataTransferConfigTimeouts + type GoogleBigqueryDataTransferConfigEmailPreferences struct + EnableFailureEmail interface{} + type GoogleBigqueryDataTransferConfigEmailPreferencesOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + EnableFailureEmail func() interface{} + EnableFailureEmailInput func() interface{} + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *GoogleBigqueryDataTransferConfigEmailPreferences + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetEnableFailureEmail func(val interface{}) + SetInternalValue func(val *GoogleBigqueryDataTransferConfigEmailPreferences) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewGoogleBigqueryDataTransferConfigEmailPreferencesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleBigqueryDataTransferConfigEmailPreferencesOutputReference + type GoogleBigqueryDataTransferConfigScheduleOptions struct + DisableAutoScheduling interface{} + EndTime *string + StartTime *string + type GoogleBigqueryDataTransferConfigScheduleOptionsOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + DisableAutoScheduling func() interface{} + DisableAutoSchedulingInput func() interface{} + EndTime func() *string + EndTimeInput func() *string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *GoogleBigqueryDataTransferConfigScheduleOptions + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + ResetDisableAutoScheduling func() + ResetEndTime func() + ResetStartTime func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetDisableAutoScheduling func(val interface{}) + SetEndTime func(val *string) + SetInternalValue func(val *GoogleBigqueryDataTransferConfigScheduleOptions) + SetStartTime func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + StartTime func() *string + StartTimeInput func() *string + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewGoogleBigqueryDataTransferConfigScheduleOptionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleBigqueryDataTransferConfigScheduleOptionsOutputReference + type GoogleBigqueryDataTransferConfigSensitiveParams struct + SecretAccessKey *string + type GoogleBigqueryDataTransferConfigSensitiveParamsOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *GoogleBigqueryDataTransferConfigSensitiveParams + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Resolve func(_context cdktf.IResolveContext) interface{} + SecretAccessKey func() *string + SecretAccessKeyInput func() *string + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *GoogleBigqueryDataTransferConfigSensitiveParams) + SetSecretAccessKey func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewGoogleBigqueryDataTransferConfigSensitiveParamsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleBigqueryDataTransferConfigSensitiveParamsOutputReference + type GoogleBigqueryDataTransferConfigTimeouts struct + Create *string + Delete *string + Update *string + type GoogleBigqueryDataTransferConfigTimeoutsOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + Create func() *string + CreateInput func() *string + CreationStack func() *[]*string + Delete func() *string + DeleteInput func() *string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + ResetCreate func() + ResetDelete func() + ResetUpdate func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetCreate func(val *string) + SetDelete func(val *string) + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetUpdate func(val *string) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + Update func() *string + UpdateInput func() *string + func NewGoogleBigqueryDataTransferConfigTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleBigqueryDataTransferConfigTimeoutsOutputReference Other modules containing this package github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v10 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v11 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v12 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v13 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v14 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v3 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v4 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v5 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v7 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v8 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v9