Documentation ¶
Index ¶
- func NewRdsInstanceV1BackupstrategyOutputReference_Override(r RdsInstanceV1BackupstrategyOutputReference, ...)
- func NewRdsInstanceV1DatastoreOutputReference_Override(r RdsInstanceV1DatastoreOutputReference, ...)
- func NewRdsInstanceV1HaOutputReference_Override(r RdsInstanceV1HaOutputReference, terraformResource cdktf.IInterpolatingParent, ...)
- func NewRdsInstanceV1NicsOutputReference_Override(r RdsInstanceV1NicsOutputReference, ...)
- func NewRdsInstanceV1SecuritygroupOutputReference_Override(r RdsInstanceV1SecuritygroupOutputReference, ...)
- func NewRdsInstanceV1TimeoutsOutputReference_Override(r RdsInstanceV1TimeoutsOutputReference, ...)
- func NewRdsInstanceV1VolumeOutputReference_Override(r RdsInstanceV1VolumeOutputReference, ...)
- func NewRdsInstanceV1_Override(r RdsInstanceV1, scope constructs.Construct, id *string, ...)
- func RdsInstanceV1_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func RdsInstanceV1_IsConstruct(x interface{}) *bool
- func RdsInstanceV1_IsTerraformElement(x interface{}) *bool
- func RdsInstanceV1_IsTerraformResource(x interface{}) *bool
- func RdsInstanceV1_TfResourceType() *string
- type RdsInstanceV1
- type RdsInstanceV1Backupstrategy
- type RdsInstanceV1BackupstrategyOutputReference
- type RdsInstanceV1Config
- type RdsInstanceV1Datastore
- type RdsInstanceV1DatastoreOutputReference
- type RdsInstanceV1Ha
- type RdsInstanceV1HaOutputReference
- type RdsInstanceV1Nics
- type RdsInstanceV1NicsOutputReference
- type RdsInstanceV1Securitygroup
- type RdsInstanceV1SecuritygroupOutputReference
- type RdsInstanceV1Timeouts
- type RdsInstanceV1TimeoutsOutputReference
- type RdsInstanceV1Volume
- type RdsInstanceV1VolumeOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRdsInstanceV1BackupstrategyOutputReference_Override ¶
func NewRdsInstanceV1BackupstrategyOutputReference_Override(r RdsInstanceV1BackupstrategyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewRdsInstanceV1DatastoreOutputReference_Override ¶
func NewRdsInstanceV1DatastoreOutputReference_Override(r RdsInstanceV1DatastoreOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewRdsInstanceV1HaOutputReference_Override ¶
func NewRdsInstanceV1HaOutputReference_Override(r RdsInstanceV1HaOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewRdsInstanceV1NicsOutputReference_Override ¶
func NewRdsInstanceV1NicsOutputReference_Override(r RdsInstanceV1NicsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewRdsInstanceV1SecuritygroupOutputReference_Override ¶
func NewRdsInstanceV1SecuritygroupOutputReference_Override(r RdsInstanceV1SecuritygroupOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewRdsInstanceV1TimeoutsOutputReference_Override ¶
func NewRdsInstanceV1TimeoutsOutputReference_Override(r RdsInstanceV1TimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewRdsInstanceV1VolumeOutputReference_Override ¶
func NewRdsInstanceV1VolumeOutputReference_Override(r RdsInstanceV1VolumeOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewRdsInstanceV1_Override ¶
func NewRdsInstanceV1_Override(r RdsInstanceV1, scope constructs.Construct, id *string, config *RdsInstanceV1Config)
Create a new {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1 opentelekomcloud_rds_instance_v1} Resource.
func RdsInstanceV1_GenerateConfigForImport ¶
func RdsInstanceV1_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a RdsInstanceV1 resource upon running "cdktf plan <stack-name>".
func RdsInstanceV1_IsConstruct ¶
func RdsInstanceV1_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 RdsInstanceV1_IsTerraformElement ¶
func RdsInstanceV1_IsTerraformElement(x interface{}) *bool
Experimental.
func RdsInstanceV1_IsTerraformResource ¶
func RdsInstanceV1_IsTerraformResource(x interface{}) *bool
Experimental.
func RdsInstanceV1_TfResourceType ¶
func RdsInstanceV1_TfResourceType() *string
Types ¶
type RdsInstanceV1 ¶
type RdsInstanceV1 interface { cdktf.TerraformResource Availabilityzone() *string SetAvailabilityzone(val *string) AvailabilityzoneInput() *string Backupstrategy() RdsInstanceV1BackupstrategyOutputReference BackupstrategyInput() *RdsInstanceV1Backupstrategy // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) Created() *string Datastore() RdsInstanceV1DatastoreOutputReference DatastoreInput() *RdsInstanceV1Datastore Dbport() *string SetDbport(val *string) DbportInput() *string Dbrtpd() *string SetDbrtpd(val *string) DbrtpdInput() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Flavorref() *string SetFlavorref(val *string) FlavorrefInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Ha() RdsInstanceV1HaOutputReference HaInput() *RdsInstanceV1Ha Hostname() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string Nics() RdsInstanceV1NicsOutputReference NicsInput() *RdsInstanceV1Nics // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Region() *string SetRegion(val *string) RegionInput() *string Securitygroup() RdsInstanceV1SecuritygroupOutputReference SecuritygroupInput() *RdsInstanceV1Securitygroup Status() *string Tag() *map[string]*string SetTag(val *map[string]*string) TagInput() *map[string]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() RdsInstanceV1TimeoutsOutputReference TimeoutsInput() interface{} Type() *string Updated() *string Volume() RdsInstanceV1VolumeOutputReference VolumeInput() *RdsInstanceV1Volume Vpc() *string SetVpc(val *string) VpcInput() *string // 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. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutBackupstrategy(value *RdsInstanceV1Backupstrategy) PutDatastore(value *RdsInstanceV1Datastore) PutHa(value *RdsInstanceV1Ha) PutNics(value *RdsInstanceV1Nics) PutSecuritygroup(value *RdsInstanceV1Securitygroup) PutTimeouts(value *RdsInstanceV1Timeouts) PutVolume(value *RdsInstanceV1Volume) ResetBackupstrategy() ResetDbport() ResetHa() ResetId() ResetName() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetRegion() ResetTag() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() 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/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1 opentelekomcloud_rds_instance_v1}.
func NewRdsInstanceV1 ¶
func NewRdsInstanceV1(scope constructs.Construct, id *string, config *RdsInstanceV1Config) RdsInstanceV1
Create a new {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1 opentelekomcloud_rds_instance_v1} Resource.
type RdsInstanceV1Backupstrategy ¶
type RdsInstanceV1Backupstrategy struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#keepdays RdsInstanceV1#keepdays}. Keepdays *float64 `field:"optional" json:"keepdays" yaml:"keepdays"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#starttime RdsInstanceV1#starttime}. Starttime *string `field:"optional" json:"starttime" yaml:"starttime"` }
type RdsInstanceV1BackupstrategyOutputReference ¶
type RdsInstanceV1BackupstrategyOutputReference 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() *RdsInstanceV1Backupstrategy SetInternalValue(val *RdsInstanceV1Backupstrategy) Keepdays() *float64 SetKeepdays(val *float64) KeepdaysInput() *float64 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 ResetKeepdays() 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 NewRdsInstanceV1BackupstrategyOutputReference ¶
func NewRdsInstanceV1BackupstrategyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) RdsInstanceV1BackupstrategyOutputReference
type RdsInstanceV1Config ¶
type RdsInstanceV1Config 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"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#availabilityzone RdsInstanceV1#availabilityzone}. Availabilityzone *string `field:"required" json:"availabilityzone" yaml:"availabilityzone"` // datastore block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#datastore RdsInstanceV1#datastore} Datastore *RdsInstanceV1Datastore `field:"required" json:"datastore" yaml:"datastore"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#dbrtpd RdsInstanceV1#dbrtpd}. Dbrtpd *string `field:"required" json:"dbrtpd" yaml:"dbrtpd"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#flavorref RdsInstanceV1#flavorref}. Flavorref *string `field:"required" json:"flavorref" yaml:"flavorref"` // nics block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#nics RdsInstanceV1#nics} Nics *RdsInstanceV1Nics `field:"required" json:"nics" yaml:"nics"` // securitygroup block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#securitygroup RdsInstanceV1#securitygroup} Securitygroup *RdsInstanceV1Securitygroup `field:"required" json:"securitygroup" yaml:"securitygroup"` // volume block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#volume RdsInstanceV1#volume} Volume *RdsInstanceV1Volume `field:"required" json:"volume" yaml:"volume"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#vpc RdsInstanceV1#vpc}. Vpc *string `field:"required" json:"vpc" yaml:"vpc"` // backupstrategy block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#backupstrategy RdsInstanceV1#backupstrategy} Backupstrategy *RdsInstanceV1Backupstrategy `field:"optional" json:"backupstrategy" yaml:"backupstrategy"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#dbport RdsInstanceV1#dbport}. Dbport *string `field:"optional" json:"dbport" yaml:"dbport"` // ha block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#ha RdsInstanceV1#ha} Ha *RdsInstanceV1Ha `field:"optional" json:"ha" yaml:"ha"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#id RdsInstanceV1#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"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#name RdsInstanceV1#name}. Name *string `field:"optional" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#region RdsInstanceV1#region}. Region *string `field:"optional" json:"region" yaml:"region"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#tag RdsInstanceV1#tag}. Tag *map[string]*string `field:"optional" json:"tag" yaml:"tag"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#timeouts RdsInstanceV1#timeouts} Timeouts *RdsInstanceV1Timeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type RdsInstanceV1Datastore ¶
type RdsInstanceV1Datastore struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#type RdsInstanceV1#type}. Type *string `field:"required" json:"type" yaml:"type"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#version RdsInstanceV1#version}. Version *string `field:"required" json:"version" yaml:"version"` }
type RdsInstanceV1DatastoreOutputReference ¶
type RdsInstanceV1DatastoreOutputReference 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() *RdsInstanceV1Datastore SetInternalValue(val *RdsInstanceV1Datastore) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string SetType(val *string) TypeInput() *string Version() *string SetVersion(val *string) VersionInput() *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 // 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 NewRdsInstanceV1DatastoreOutputReference ¶
func NewRdsInstanceV1DatastoreOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) RdsInstanceV1DatastoreOutputReference
type RdsInstanceV1Ha ¶
type RdsInstanceV1Ha struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#enable RdsInstanceV1#enable}. Enable interface{} `field:"optional" json:"enable" yaml:"enable"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#replicationmode RdsInstanceV1#replicationmode}. Replicationmode *string `field:"optional" json:"replicationmode" yaml:"replicationmode"` }
type RdsInstanceV1HaOutputReference ¶
type RdsInstanceV1HaOutputReference 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 Enable() interface{} SetEnable(val interface{}) EnableInput() interface{} // Experimental. Fqn() *string InternalValue() *RdsInstanceV1Ha SetInternalValue(val *RdsInstanceV1Ha) Replicationmode() *string SetReplicationmode(val *string) ReplicationmodeInput() *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 ResetEnable() ResetReplicationmode() // 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 NewRdsInstanceV1HaOutputReference ¶
func NewRdsInstanceV1HaOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) RdsInstanceV1HaOutputReference
type RdsInstanceV1Nics ¶
type RdsInstanceV1Nics struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#subnetid RdsInstanceV1#subnetid}. Subnetid *string `field:"required" json:"subnetid" yaml:"subnetid"` }
type RdsInstanceV1NicsOutputReference ¶
type RdsInstanceV1NicsOutputReference 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() *RdsInstanceV1Nics SetInternalValue(val *RdsInstanceV1Nics) Subnetid() *string SetSubnetid(val *string) SubnetidInput() *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 NewRdsInstanceV1NicsOutputReference ¶
func NewRdsInstanceV1NicsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) RdsInstanceV1NicsOutputReference
type RdsInstanceV1Securitygroup ¶
type RdsInstanceV1Securitygroup struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#id RdsInstanceV1#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:"required" json:"id" yaml:"id"` }
type RdsInstanceV1SecuritygroupOutputReference ¶
type RdsInstanceV1SecuritygroupOutputReference 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 Id() *string SetId(val *string) IdInput() *string InternalValue() *RdsInstanceV1Securitygroup SetInternalValue(val *RdsInstanceV1Securitygroup) // 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 NewRdsInstanceV1SecuritygroupOutputReference ¶
func NewRdsInstanceV1SecuritygroupOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) RdsInstanceV1SecuritygroupOutputReference
type RdsInstanceV1Timeouts ¶
type RdsInstanceV1Timeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#create RdsInstanceV1#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#delete RdsInstanceV1#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` }
type RdsInstanceV1TimeoutsOutputReference ¶
type RdsInstanceV1TimeoutsOutputReference 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) // 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() // 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 NewRdsInstanceV1TimeoutsOutputReference ¶
func NewRdsInstanceV1TimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) RdsInstanceV1TimeoutsOutputReference
type RdsInstanceV1Volume ¶
type RdsInstanceV1Volume struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#size RdsInstanceV1#size}. Size *float64 `field:"required" json:"size" yaml:"size"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.23/docs/resources/rds_instance_v1#type RdsInstanceV1#type}. Type *string `field:"required" json:"type" yaml:"type"` }
type RdsInstanceV1VolumeOutputReference ¶
type RdsInstanceV1VolumeOutputReference 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() *RdsInstanceV1Volume SetInternalValue(val *RdsInstanceV1Volume) Size() *float64 SetSize(val *float64) SizeInput() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string SetType(val *string) TypeInput() *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 // 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 NewRdsInstanceV1VolumeOutputReference ¶
func NewRdsInstanceV1VolumeOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) RdsInstanceV1VolumeOutputReference
Source Files ¶
- RdsInstanceV1.go
- RdsInstanceV1Backupstrategy.go
- RdsInstanceV1BackupstrategyOutputReference.go
- RdsInstanceV1BackupstrategyOutputReference__checks.go
- RdsInstanceV1Config.go
- RdsInstanceV1Datastore.go
- RdsInstanceV1DatastoreOutputReference.go
- RdsInstanceV1DatastoreOutputReference__checks.go
- RdsInstanceV1Ha.go
- RdsInstanceV1HaOutputReference.go
- RdsInstanceV1HaOutputReference__checks.go
- RdsInstanceV1Nics.go
- RdsInstanceV1NicsOutputReference.go
- RdsInstanceV1NicsOutputReference__checks.go
- RdsInstanceV1Securitygroup.go
- RdsInstanceV1SecuritygroupOutputReference.go
- RdsInstanceV1SecuritygroupOutputReference__checks.go
- RdsInstanceV1Timeouts.go
- RdsInstanceV1TimeoutsOutputReference.go
- RdsInstanceV1TimeoutsOutputReference__checks.go
- RdsInstanceV1Volume.go
- RdsInstanceV1VolumeOutputReference.go
- RdsInstanceV1VolumeOutputReference__checks.go
- RdsInstanceV1__checks.go
- main.go