Documentation
¶
Index ¶
- func AlloydbCluster_IsConstruct(x interface{}) *bool
- func AlloydbCluster_IsTerraformElement(x interface{}) *bool
- func AlloydbCluster_IsTerraformResource(x interface{}) *bool
- func AlloydbCluster_TfResourceType() *string
- func NewAlloydbClusterAutomatedBackupPolicyOutputReference_Override(a AlloydbClusterAutomatedBackupPolicyOutputReference, ...)
- func NewAlloydbClusterAutomatedBackupPolicyQuantityBasedRetentionOutputReference_Override(a AlloydbClusterAutomatedBackupPolicyQuantityBasedRetentionOutputReference, ...)
- func NewAlloydbClusterAutomatedBackupPolicyTimeBasedRetentionOutputReference_Override(a AlloydbClusterAutomatedBackupPolicyTimeBasedRetentionOutputReference, ...)
- func NewAlloydbClusterAutomatedBackupPolicyWeeklyScheduleOutputReference_Override(a AlloydbClusterAutomatedBackupPolicyWeeklyScheduleOutputReference, ...)
- func NewAlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesList_Override(a AlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesList, ...)
- func NewAlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesOutputReference_Override(a AlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesOutputReference, ...)
- func NewAlloydbClusterBackupSourceList_Override(a AlloydbClusterBackupSourceList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewAlloydbClusterBackupSourceOutputReference_Override(a AlloydbClusterBackupSourceOutputReference, ...)
- func NewAlloydbClusterInitialUserOutputReference_Override(a AlloydbClusterInitialUserOutputReference, ...)
- func NewAlloydbClusterMigrationSourceList_Override(a AlloydbClusterMigrationSourceList, ...)
- func NewAlloydbClusterMigrationSourceOutputReference_Override(a AlloydbClusterMigrationSourceOutputReference, ...)
- func NewAlloydbClusterTimeoutsOutputReference_Override(a AlloydbClusterTimeoutsOutputReference, ...)
- func NewAlloydbCluster_Override(a AlloydbCluster, scope constructs.Construct, id *string, ...)
- type AlloydbCluster
- type AlloydbClusterAutomatedBackupPolicy
- type AlloydbClusterAutomatedBackupPolicyOutputReference
- type AlloydbClusterAutomatedBackupPolicyQuantityBasedRetention
- type AlloydbClusterAutomatedBackupPolicyQuantityBasedRetentionOutputReference
- type AlloydbClusterAutomatedBackupPolicyTimeBasedRetention
- type AlloydbClusterAutomatedBackupPolicyTimeBasedRetentionOutputReference
- type AlloydbClusterAutomatedBackupPolicyWeeklySchedule
- type AlloydbClusterAutomatedBackupPolicyWeeklyScheduleOutputReference
- type AlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimes
- type AlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesList
- type AlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesOutputReference
- type AlloydbClusterBackupSource
- type AlloydbClusterBackupSourceList
- type AlloydbClusterBackupSourceOutputReference
- type AlloydbClusterConfig
- type AlloydbClusterInitialUser
- type AlloydbClusterInitialUserOutputReference
- type AlloydbClusterMigrationSource
- type AlloydbClusterMigrationSourceList
- type AlloydbClusterMigrationSourceOutputReference
- type AlloydbClusterTimeouts
- type AlloydbClusterTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AlloydbCluster_IsConstruct ¶
func AlloydbCluster_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 AlloydbCluster_IsTerraformElement ¶
func AlloydbCluster_IsTerraformElement(x interface{}) *bool
Experimental.
func AlloydbCluster_IsTerraformResource ¶
func AlloydbCluster_IsTerraformResource(x interface{}) *bool
Experimental.
func AlloydbCluster_TfResourceType ¶
func AlloydbCluster_TfResourceType() *string
func NewAlloydbClusterAutomatedBackupPolicyOutputReference_Override ¶
func NewAlloydbClusterAutomatedBackupPolicyOutputReference_Override(a AlloydbClusterAutomatedBackupPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewAlloydbClusterAutomatedBackupPolicyQuantityBasedRetentionOutputReference_Override ¶
func NewAlloydbClusterAutomatedBackupPolicyQuantityBasedRetentionOutputReference_Override(a AlloydbClusterAutomatedBackupPolicyQuantityBasedRetentionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewAlloydbClusterAutomatedBackupPolicyTimeBasedRetentionOutputReference_Override ¶
func NewAlloydbClusterAutomatedBackupPolicyTimeBasedRetentionOutputReference_Override(a AlloydbClusterAutomatedBackupPolicyTimeBasedRetentionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewAlloydbClusterAutomatedBackupPolicyWeeklyScheduleOutputReference_Override ¶
func NewAlloydbClusterAutomatedBackupPolicyWeeklyScheduleOutputReference_Override(a AlloydbClusterAutomatedBackupPolicyWeeklyScheduleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewAlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesList_Override ¶
func NewAlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesList_Override(a AlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewAlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesOutputReference_Override ¶
func NewAlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesOutputReference_Override(a AlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewAlloydbClusterBackupSourceList_Override ¶
func NewAlloydbClusterBackupSourceList_Override(a AlloydbClusterBackupSourceList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewAlloydbClusterBackupSourceOutputReference_Override ¶
func NewAlloydbClusterBackupSourceOutputReference_Override(a AlloydbClusterBackupSourceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewAlloydbClusterInitialUserOutputReference_Override ¶
func NewAlloydbClusterInitialUserOutputReference_Override(a AlloydbClusterInitialUserOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewAlloydbClusterMigrationSourceList_Override ¶
func NewAlloydbClusterMigrationSourceList_Override(a AlloydbClusterMigrationSourceList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewAlloydbClusterMigrationSourceOutputReference_Override ¶
func NewAlloydbClusterMigrationSourceOutputReference_Override(a AlloydbClusterMigrationSourceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewAlloydbClusterTimeoutsOutputReference_Override ¶
func NewAlloydbClusterTimeoutsOutputReference_Override(a AlloydbClusterTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewAlloydbCluster_Override ¶
func NewAlloydbCluster_Override(a AlloydbCluster, scope constructs.Construct, id *string, config *AlloydbClusterConfig)
Create a new {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster google_alloydb_cluster} Resource.
Types ¶
type AlloydbCluster ¶
type AlloydbCluster interface { cdktf.TerraformResource AutomatedBackupPolicy() AlloydbClusterAutomatedBackupPolicyOutputReference AutomatedBackupPolicyInput() *AlloydbClusterAutomatedBackupPolicy BackupSource() AlloydbClusterBackupSourceList // Experimental. CdktfStack() cdktf.TerraformStack ClusterId() *string SetClusterId(val *string) ClusterIdInput() *string // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) DatabaseVersion() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DisplayName() *string SetDisplayName(val *string) DisplayNameInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string InitialUser() AlloydbClusterInitialUserOutputReference InitialUserInput() *AlloydbClusterInitialUser Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string MigrationSource() AlloydbClusterMigrationSourceList Name() *string Network() *string SetNetwork(val *string) NetworkInput() *string // The tree node. Node() constructs.Node 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{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() AlloydbClusterTimeoutsOutputReference TimeoutsInput() interface{} Uid() *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. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutAutomatedBackupPolicy(value *AlloydbClusterAutomatedBackupPolicy) PutInitialUser(value *AlloydbClusterInitialUser) PutTimeouts(value *AlloydbClusterTimeouts) ResetAutomatedBackupPolicy() ResetDisplayName() ResetId() ResetInitialUser() ResetLabels() ResetLocation() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() 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://www.terraform.io/docs/providers/google/r/alloydb_cluster google_alloydb_cluster}.
func NewAlloydbCluster ¶
func NewAlloydbCluster(scope constructs.Construct, id *string, config *AlloydbClusterConfig) AlloydbCluster
Create a new {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster google_alloydb_cluster} Resource.
type AlloydbClusterAutomatedBackupPolicy ¶
type AlloydbClusterAutomatedBackupPolicy struct { // The length of the time window during which a backup can be taken. // // If a backup does not succeed within this time window, it will be canceled and considered failed. // // The backup window must be at least 5 minutes long. There is no upper bound on the window. If not set, it will default to 1 hour. // // A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#backup_window AlloydbCluster#backup_window} BackupWindow *string `field:"optional" json:"backupWindow" yaml:"backupWindow"` // Whether automated backups are enabled. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#enabled AlloydbCluster#enabled} Enabled interface{} `field:"optional" json:"enabled" yaml:"enabled"` // Labels to apply to backups created using this configuration. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#labels AlloydbCluster#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // The location where the backup will be stored. // // Currently, the only supported option is to store the backup in the same region as the cluster. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#location AlloydbCluster#location} Location *string `field:"optional" json:"location" yaml:"location"` // quantity_based_retention block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#quantity_based_retention AlloydbCluster#quantity_based_retention} QuantityBasedRetention *AlloydbClusterAutomatedBackupPolicyQuantityBasedRetention `field:"optional" json:"quantityBasedRetention" yaml:"quantityBasedRetention"` // time_based_retention block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#time_based_retention AlloydbCluster#time_based_retention} TimeBasedRetention *AlloydbClusterAutomatedBackupPolicyTimeBasedRetention `field:"optional" json:"timeBasedRetention" yaml:"timeBasedRetention"` // weekly_schedule block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#weekly_schedule AlloydbCluster#weekly_schedule} WeeklySchedule *AlloydbClusterAutomatedBackupPolicyWeeklySchedule `field:"optional" json:"weeklySchedule" yaml:"weeklySchedule"` }
type AlloydbClusterAutomatedBackupPolicyOutputReference ¶
type AlloydbClusterAutomatedBackupPolicyOutputReference interface { cdktf.ComplexObject BackupWindow() *string SetBackupWindow(val *string) BackupWindowInput() *string // 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 Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} // Experimental. Fqn() *string InternalValue() *AlloydbClusterAutomatedBackupPolicy SetInternalValue(val *AlloydbClusterAutomatedBackupPolicy) Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string Location() *string SetLocation(val *string) LocationInput() *string QuantityBasedRetention() AlloydbClusterAutomatedBackupPolicyQuantityBasedRetentionOutputReference QuantityBasedRetentionInput() *AlloydbClusterAutomatedBackupPolicyQuantityBasedRetention // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TimeBasedRetention() AlloydbClusterAutomatedBackupPolicyTimeBasedRetentionOutputReference TimeBasedRetentionInput() *AlloydbClusterAutomatedBackupPolicyTimeBasedRetention WeeklySchedule() AlloydbClusterAutomatedBackupPolicyWeeklyScheduleOutputReference WeeklyScheduleInput() *AlloydbClusterAutomatedBackupPolicyWeeklySchedule // 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 PutQuantityBasedRetention(value *AlloydbClusterAutomatedBackupPolicyQuantityBasedRetention) PutTimeBasedRetention(value *AlloydbClusterAutomatedBackupPolicyTimeBasedRetention) PutWeeklySchedule(value *AlloydbClusterAutomatedBackupPolicyWeeklySchedule) ResetBackupWindow() ResetEnabled() ResetLabels() ResetLocation() ResetQuantityBasedRetention() ResetTimeBasedRetention() ResetWeeklySchedule() // 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 NewAlloydbClusterAutomatedBackupPolicyOutputReference ¶
func NewAlloydbClusterAutomatedBackupPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AlloydbClusterAutomatedBackupPolicyOutputReference
type AlloydbClusterAutomatedBackupPolicyQuantityBasedRetention ¶
type AlloydbClusterAutomatedBackupPolicyQuantityBasedRetention struct { // The number of backups to retain. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#count AlloydbCluster#count} Count *float64 `field:"optional" json:"count" yaml:"count"` }
type AlloydbClusterAutomatedBackupPolicyQuantityBasedRetentionOutputReference ¶
type AlloydbClusterAutomatedBackupPolicyQuantityBasedRetentionOutputReference 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) Count() *float64 SetCount(val *float64) CountInput() *float64 // 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() *AlloydbClusterAutomatedBackupPolicyQuantityBasedRetention SetInternalValue(val *AlloydbClusterAutomatedBackupPolicyQuantityBasedRetention) // 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 ResetCount() // 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 NewAlloydbClusterAutomatedBackupPolicyQuantityBasedRetentionOutputReference ¶
func NewAlloydbClusterAutomatedBackupPolicyQuantityBasedRetentionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AlloydbClusterAutomatedBackupPolicyQuantityBasedRetentionOutputReference
type AlloydbClusterAutomatedBackupPolicyTimeBasedRetention ¶
type AlloydbClusterAutomatedBackupPolicyTimeBasedRetention struct { // The retention period. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#retention_period AlloydbCluster#retention_period} RetentionPeriod *string `field:"optional" json:"retentionPeriod" yaml:"retentionPeriod"` }
type AlloydbClusterAutomatedBackupPolicyTimeBasedRetentionOutputReference ¶
type AlloydbClusterAutomatedBackupPolicyTimeBasedRetentionOutputReference 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() *AlloydbClusterAutomatedBackupPolicyTimeBasedRetention SetInternalValue(val *AlloydbClusterAutomatedBackupPolicyTimeBasedRetention) RetentionPeriod() *string SetRetentionPeriod(val *string) RetentionPeriodInput() *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 ResetRetentionPeriod() // 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 NewAlloydbClusterAutomatedBackupPolicyTimeBasedRetentionOutputReference ¶
func NewAlloydbClusterAutomatedBackupPolicyTimeBasedRetentionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AlloydbClusterAutomatedBackupPolicyTimeBasedRetentionOutputReference
type AlloydbClusterAutomatedBackupPolicyWeeklySchedule ¶
type AlloydbClusterAutomatedBackupPolicyWeeklySchedule struct { // start_times block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#start_times AlloydbCluster#start_times} StartTimes interface{} `field:"required" json:"startTimes" yaml:"startTimes"` // The days of the week to perform a backup. // // At least one day of the week must be provided. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"] // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#days_of_week AlloydbCluster#days_of_week} DaysOfWeek *[]*string `field:"optional" json:"daysOfWeek" yaml:"daysOfWeek"` }
type AlloydbClusterAutomatedBackupPolicyWeeklyScheduleOutputReference ¶
type AlloydbClusterAutomatedBackupPolicyWeeklyScheduleOutputReference 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 DaysOfWeek() *[]*string SetDaysOfWeek(val *[]*string) DaysOfWeekInput() *[]*string // Experimental. Fqn() *string InternalValue() *AlloydbClusterAutomatedBackupPolicyWeeklySchedule SetInternalValue(val *AlloydbClusterAutomatedBackupPolicyWeeklySchedule) StartTimes() AlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesList StartTimesInput() interface{} // 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 PutStartTimes(value interface{}) ResetDaysOfWeek() // 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 NewAlloydbClusterAutomatedBackupPolicyWeeklyScheduleOutputReference ¶
func NewAlloydbClusterAutomatedBackupPolicyWeeklyScheduleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AlloydbClusterAutomatedBackupPolicyWeeklyScheduleOutputReference
type AlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimes ¶
type AlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimes struct { // Hours of day in 24 hour format. // // Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#hours AlloydbCluster#hours} Hours *float64 `field:"optional" json:"hours" yaml:"hours"` // Minutes of hour of day. Must be from 0 to 59. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#minutes AlloydbCluster#minutes} Minutes *float64 `field:"optional" json:"minutes" yaml:"minutes"` // Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#nanos AlloydbCluster#nanos} Nanos *float64 `field:"optional" json:"nanos" yaml:"nanos"` // Seconds of minutes of the time. // // Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#seconds AlloydbCluster#seconds} Seconds *float64 `field:"optional" json:"seconds" yaml:"seconds"` }
type AlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesList ¶
type AlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesList interface { cdktf.ComplexList // 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() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) AlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesOutputReference // 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 NewAlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesList ¶
func NewAlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) AlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesList
type AlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesOutputReference ¶
type AlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesOutputReference 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 Hours() *float64 SetHours(val *float64) HoursInput() *float64 InternalValue() interface{} SetInternalValue(val interface{}) Minutes() *float64 SetMinutes(val *float64) MinutesInput() *float64 Nanos() *float64 SetNanos(val *float64) NanosInput() *float64 Seconds() *float64 SetSeconds(val *float64) SecondsInput() *float64 // 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 ResetHours() ResetMinutes() ResetNanos() ResetSeconds() // 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 NewAlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesOutputReference ¶
func NewAlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) AlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesOutputReference
type AlloydbClusterBackupSource ¶
type AlloydbClusterBackupSource struct { }
type AlloydbClusterBackupSourceList ¶
type AlloydbClusterBackupSourceList interface { cdktf.ComplexList // 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 // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) AlloydbClusterBackupSourceOutputReference // 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 NewAlloydbClusterBackupSourceList ¶
func NewAlloydbClusterBackupSourceList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) AlloydbClusterBackupSourceList
type AlloydbClusterBackupSourceOutputReference ¶
type AlloydbClusterBackupSourceOutputReference interface { cdktf.ComplexObject BackupName() *string // 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() *AlloydbClusterBackupSource SetInternalValue(val *AlloydbClusterBackupSource) // 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 NewAlloydbClusterBackupSourceOutputReference ¶
func NewAlloydbClusterBackupSourceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) AlloydbClusterBackupSourceOutputReference
type AlloydbClusterConfig ¶
type AlloydbClusterConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count *float64 `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 ID of the alloydb cluster. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#cluster_id AlloydbCluster#cluster_id} ClusterId *string `field:"required" json:"clusterId" yaml:"clusterId"` // The relative resource name of the VPC network on which the instance can be accessed. // // It is specified in the following form: // // "projects/{projectNumber}/global/networks/{network_id}". // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#network AlloydbCluster#network} Network *string `field:"required" json:"network" yaml:"network"` // automated_backup_policy block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#automated_backup_policy AlloydbCluster#automated_backup_policy} AutomatedBackupPolicy *AlloydbClusterAutomatedBackupPolicy `field:"optional" json:"automatedBackupPolicy" yaml:"automatedBackupPolicy"` // User-settable and human-readable display name for the Cluster. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#display_name AlloydbCluster#display_name} DisplayName *string `field:"optional" json:"displayName" yaml:"displayName"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#id AlloydbCluster#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"` // initial_user block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#initial_user AlloydbCluster#initial_user} InitialUser *AlloydbClusterInitialUser `field:"optional" json:"initialUser" yaml:"initialUser"` // User-defined labels for the alloydb cluster. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#labels AlloydbCluster#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // The location where the alloydb cluster should reside. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#location AlloydbCluster#location} Location *string `field:"optional" json:"location" yaml:"location"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#project AlloydbCluster#project}. Project *string `field:"optional" json:"project" yaml:"project"` // timeouts block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#timeouts AlloydbCluster#timeouts} Timeouts *AlloydbClusterTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type AlloydbClusterInitialUser ¶
type AlloydbClusterInitialUser struct { // The initial password for the user. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#password AlloydbCluster#password} Password *string `field:"required" json:"password" yaml:"password"` // The database username. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#user AlloydbCluster#user} User *string `field:"optional" json:"user" yaml:"user"` }
type AlloydbClusterInitialUserOutputReference ¶
type AlloydbClusterInitialUserOutputReference 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() *AlloydbClusterInitialUser SetInternalValue(val *AlloydbClusterInitialUser) Password() *string SetPassword(val *string) PasswordInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) User() *string SetUser(val *string) UserInput() *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 ResetUser() // 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 NewAlloydbClusterInitialUserOutputReference ¶
func NewAlloydbClusterInitialUserOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AlloydbClusterInitialUserOutputReference
type AlloydbClusterMigrationSource ¶
type AlloydbClusterMigrationSource struct { }
type AlloydbClusterMigrationSourceList ¶
type AlloydbClusterMigrationSourceList interface { cdktf.ComplexList // 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 // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) AlloydbClusterMigrationSourceOutputReference // 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 NewAlloydbClusterMigrationSourceList ¶
func NewAlloydbClusterMigrationSourceList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) AlloydbClusterMigrationSourceList
type AlloydbClusterMigrationSourceOutputReference ¶
type AlloydbClusterMigrationSourceOutputReference 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 HostPort() *string InternalValue() *AlloydbClusterMigrationSource SetInternalValue(val *AlloydbClusterMigrationSource) ReferenceId() *string SourceType() *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 NewAlloydbClusterMigrationSourceOutputReference ¶
func NewAlloydbClusterMigrationSourceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) AlloydbClusterMigrationSourceOutputReference
type AlloydbClusterTimeouts ¶
type AlloydbClusterTimeouts struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#create AlloydbCluster#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#delete AlloydbCluster#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/alloydb_cluster#update AlloydbCluster#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type AlloydbClusterTimeoutsOutputReference ¶
type AlloydbClusterTimeoutsOutputReference 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 NewAlloydbClusterTimeoutsOutputReference ¶
func NewAlloydbClusterTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AlloydbClusterTimeoutsOutputReference
Source Files
¶
- AlloydbCluster.go
- AlloydbClusterAutomatedBackupPolicy.go
- AlloydbClusterAutomatedBackupPolicyOutputReference.go
- AlloydbClusterAutomatedBackupPolicyOutputReference__checks.go
- AlloydbClusterAutomatedBackupPolicyQuantityBasedRetention.go
- AlloydbClusterAutomatedBackupPolicyQuantityBasedRetentionOutputReference.go
- AlloydbClusterAutomatedBackupPolicyQuantityBasedRetentionOutputReference__checks.go
- AlloydbClusterAutomatedBackupPolicyTimeBasedRetention.go
- AlloydbClusterAutomatedBackupPolicyTimeBasedRetentionOutputReference.go
- AlloydbClusterAutomatedBackupPolicyTimeBasedRetentionOutputReference__checks.go
- AlloydbClusterAutomatedBackupPolicyWeeklySchedule.go
- AlloydbClusterAutomatedBackupPolicyWeeklyScheduleOutputReference.go
- AlloydbClusterAutomatedBackupPolicyWeeklyScheduleOutputReference__checks.go
- AlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimes.go
- AlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesList.go
- AlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesList__checks.go
- AlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesOutputReference.go
- AlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimesOutputReference__checks.go
- AlloydbClusterBackupSource.go
- AlloydbClusterBackupSourceList.go
- AlloydbClusterBackupSourceList__checks.go
- AlloydbClusterBackupSourceOutputReference.go
- AlloydbClusterBackupSourceOutputReference__checks.go
- AlloydbClusterConfig.go
- AlloydbClusterInitialUser.go
- AlloydbClusterInitialUserOutputReference.go
- AlloydbClusterInitialUserOutputReference__checks.go
- AlloydbClusterMigrationSource.go
- AlloydbClusterMigrationSourceList.go
- AlloydbClusterMigrationSourceList__checks.go
- AlloydbClusterMigrationSourceOutputReference.go
- AlloydbClusterMigrationSourceOutputReference__checks.go
- AlloydbClusterTimeouts.go
- AlloydbClusterTimeoutsOutputReference.go
- AlloydbClusterTimeoutsOutputReference__checks.go
- AlloydbCluster__checks.go
- main.go