Documentation ¶
Index ¶
- func DwsClusterV1_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func DwsClusterV1_IsConstruct(x interface{}) *bool
- func DwsClusterV1_IsTerraformElement(x interface{}) *bool
- func DwsClusterV1_IsTerraformResource(x interface{}) *bool
- func DwsClusterV1_TfResourceType() *string
- func NewDwsClusterV1EndpointsList_Override(d DwsClusterV1EndpointsList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewDwsClusterV1EndpointsOutputReference_Override(d DwsClusterV1EndpointsOutputReference, ...)
- func NewDwsClusterV1PublicEndpointsList_Override(d DwsClusterV1PublicEndpointsList, ...)
- func NewDwsClusterV1PublicEndpointsOutputReference_Override(d DwsClusterV1PublicEndpointsOutputReference, ...)
- func NewDwsClusterV1PublicIpOutputReference_Override(d DwsClusterV1PublicIpOutputReference, ...)
- func NewDwsClusterV1TimeoutsOutputReference_Override(d DwsClusterV1TimeoutsOutputReference, ...)
- func NewDwsClusterV1_Override(d DwsClusterV1, scope constructs.Construct, id *string, ...)
- type DwsClusterV1
- type DwsClusterV1Config
- type DwsClusterV1Endpoints
- type DwsClusterV1EndpointsList
- type DwsClusterV1EndpointsOutputReference
- type DwsClusterV1PublicEndpoints
- type DwsClusterV1PublicEndpointsList
- type DwsClusterV1PublicEndpointsOutputReference
- type DwsClusterV1PublicIp
- type DwsClusterV1PublicIpOutputReference
- type DwsClusterV1Timeouts
- type DwsClusterV1TimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DwsClusterV1_GenerateConfigForImport ¶
func DwsClusterV1_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a DwsClusterV1 resource upon running "cdktf plan <stack-name>".
func DwsClusterV1_IsConstruct ¶
func DwsClusterV1_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 DwsClusterV1_IsTerraformElement ¶
func DwsClusterV1_IsTerraformElement(x interface{}) *bool
Experimental.
func DwsClusterV1_IsTerraformResource ¶
func DwsClusterV1_IsTerraformResource(x interface{}) *bool
Experimental.
func DwsClusterV1_TfResourceType ¶
func DwsClusterV1_TfResourceType() *string
func NewDwsClusterV1EndpointsList_Override ¶
func NewDwsClusterV1EndpointsList_Override(d DwsClusterV1EndpointsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDwsClusterV1EndpointsOutputReference_Override ¶
func NewDwsClusterV1EndpointsOutputReference_Override(d DwsClusterV1EndpointsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDwsClusterV1PublicEndpointsList_Override ¶
func NewDwsClusterV1PublicEndpointsList_Override(d DwsClusterV1PublicEndpointsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDwsClusterV1PublicEndpointsOutputReference_Override ¶
func NewDwsClusterV1PublicEndpointsOutputReference_Override(d DwsClusterV1PublicEndpointsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDwsClusterV1PublicIpOutputReference_Override ¶
func NewDwsClusterV1PublicIpOutputReference_Override(d DwsClusterV1PublicIpOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDwsClusterV1TimeoutsOutputReference_Override ¶
func NewDwsClusterV1TimeoutsOutputReference_Override(d DwsClusterV1TimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDwsClusterV1_Override ¶
func NewDwsClusterV1_Override(d DwsClusterV1, scope constructs.Construct, id *string, config *DwsClusterV1Config)
Create a new {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.20/docs/resources/dws_cluster_v1 opentelekomcloud_dws_cluster_v1} Resource.
Types ¶
type DwsClusterV1 ¶
type DwsClusterV1 interface { cdktf.TerraformResource AvailabilityZone() *string SetAvailabilityZone(val *string) AvailabilityZoneInput() *string // 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 // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Endpoints() DwsClusterV1EndpointsList EndpointsInput() interface{} // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string KeepLastManualSnapshot() *float64 SetKeepLastManualSnapshot(val *float64) KeepLastManualSnapshotInput() *float64 // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string NetworkId() *string SetNetworkId(val *string) NetworkIdInput() *string // The tree node. Node() constructs.Node NodeType() *string SetNodeType(val *string) NodeTypeInput() *string NumberOfCn() *float64 SetNumberOfCn(val *float64) NumberOfCnInput() *float64 NumberOfNode() *float64 SetNumberOfNode(val *float64) NumberOfNodeInput() *float64 Port() *float64 SetPort(val *float64) PortInput() *float64 PrivateIp() *[]*string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) PublicEndpoints() DwsClusterV1PublicEndpointsList PublicEndpointsInput() interface{} PublicIp() DwsClusterV1PublicIpOutputReference PublicIpInput() *DwsClusterV1PublicIp // Experimental. RawOverrides() interface{} RecentEvent() *float64 SecurityGroupId() *string SetSecurityGroupId(val *string) SecurityGroupIdInput() *string Status() *string SubStatus() *string TaskStatus() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() DwsClusterV1TimeoutsOutputReference TimeoutsInput() interface{} Updated() *string UserName() *string SetUserName(val *string) UserNameInput() *string UserPwd() *string SetUserPwd(val *string) UserPwdInput() *string Version() *string VpcId() *string SetVpcId(val *string) VpcIdInput() *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) PutEndpoints(value interface{}) PutPublicEndpoints(value interface{}) PutPublicIp(value *DwsClusterV1PublicIp) PutTimeouts(value *DwsClusterV1Timeouts) ResetAvailabilityZone() ResetEndpoints() ResetId() ResetKeepLastManualSnapshot() ResetNumberOfCn() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPort() ResetPublicEndpoints() ResetPublicIp() 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.20/docs/resources/dws_cluster_v1 opentelekomcloud_dws_cluster_v1}.
func NewDwsClusterV1 ¶
func NewDwsClusterV1(scope constructs.Construct, id *string, config *DwsClusterV1Config) DwsClusterV1
Create a new {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.20/docs/resources/dws_cluster_v1 opentelekomcloud_dws_cluster_v1} Resource.
type DwsClusterV1Config ¶
type DwsClusterV1Config 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.20/docs/resources/dws_cluster_v1#name DwsClusterV1#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.20/docs/resources/dws_cluster_v1#network_id DwsClusterV1#network_id}. NetworkId *string `field:"required" json:"networkId" yaml:"networkId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.20/docs/resources/dws_cluster_v1#node_type DwsClusterV1#node_type}. NodeType *string `field:"required" json:"nodeType" yaml:"nodeType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.20/docs/resources/dws_cluster_v1#number_of_node DwsClusterV1#number_of_node}. NumberOfNode *float64 `field:"required" json:"numberOfNode" yaml:"numberOfNode"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.20/docs/resources/dws_cluster_v1#security_group_id DwsClusterV1#security_group_id}. SecurityGroupId *string `field:"required" json:"securityGroupId" yaml:"securityGroupId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.20/docs/resources/dws_cluster_v1#user_name DwsClusterV1#user_name}. UserName *string `field:"required" json:"userName" yaml:"userName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.20/docs/resources/dws_cluster_v1#user_pwd DwsClusterV1#user_pwd}. UserPwd *string `field:"required" json:"userPwd" yaml:"userPwd"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.20/docs/resources/dws_cluster_v1#vpc_id DwsClusterV1#vpc_id}. VpcId *string `field:"required" json:"vpcId" yaml:"vpcId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.20/docs/resources/dws_cluster_v1#availability_zone DwsClusterV1#availability_zone}. AvailabilityZone *string `field:"optional" json:"availabilityZone" yaml:"availabilityZone"` // endpoints block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.20/docs/resources/dws_cluster_v1#endpoints DwsClusterV1#endpoints} Endpoints interface{} `field:"optional" json:"endpoints" yaml:"endpoints"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.20/docs/resources/dws_cluster_v1#id DwsClusterV1#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.20/docs/resources/dws_cluster_v1#keep_last_manual_snapshot DwsClusterV1#keep_last_manual_snapshot}. KeepLastManualSnapshot *float64 `field:"optional" json:"keepLastManualSnapshot" yaml:"keepLastManualSnapshot"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.20/docs/resources/dws_cluster_v1#number_of_cn DwsClusterV1#number_of_cn}. NumberOfCn *float64 `field:"optional" json:"numberOfCn" yaml:"numberOfCn"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.20/docs/resources/dws_cluster_v1#port DwsClusterV1#port}. Port *float64 `field:"optional" json:"port" yaml:"port"` // public_endpoints block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.20/docs/resources/dws_cluster_v1#public_endpoints DwsClusterV1#public_endpoints} PublicEndpoints interface{} `field:"optional" json:"publicEndpoints" yaml:"publicEndpoints"` // public_ip block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.20/docs/resources/dws_cluster_v1#public_ip DwsClusterV1#public_ip} PublicIp *DwsClusterV1PublicIp `field:"optional" json:"publicIp" yaml:"publicIp"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.20/docs/resources/dws_cluster_v1#timeouts DwsClusterV1#timeouts} Timeouts *DwsClusterV1Timeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type DwsClusterV1Endpoints ¶
type DwsClusterV1Endpoints struct { }
type DwsClusterV1EndpointsList ¶
type DwsClusterV1EndpointsList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DwsClusterV1EndpointsOutputReference // 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 NewDwsClusterV1EndpointsList ¶
func NewDwsClusterV1EndpointsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DwsClusterV1EndpointsList
type DwsClusterV1EndpointsOutputReference ¶
type DwsClusterV1EndpointsOutputReference 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) ConnectInfo() *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 // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) JdbcUrl() *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 NewDwsClusterV1EndpointsOutputReference ¶
func NewDwsClusterV1EndpointsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DwsClusterV1EndpointsOutputReference
type DwsClusterV1PublicEndpoints ¶
type DwsClusterV1PublicEndpoints struct { }
type DwsClusterV1PublicEndpointsList ¶
type DwsClusterV1PublicEndpointsList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DwsClusterV1PublicEndpointsOutputReference // 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 NewDwsClusterV1PublicEndpointsList ¶
func NewDwsClusterV1PublicEndpointsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DwsClusterV1PublicEndpointsList
type DwsClusterV1PublicEndpointsOutputReference ¶
type DwsClusterV1PublicEndpointsOutputReference 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() interface{} SetInternalValue(val interface{}) JdbcUrl() *string PublicConnectInfo() *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 NewDwsClusterV1PublicEndpointsOutputReference ¶
func NewDwsClusterV1PublicEndpointsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DwsClusterV1PublicEndpointsOutputReference
type DwsClusterV1PublicIp ¶
type DwsClusterV1PublicIp struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.20/docs/resources/dws_cluster_v1#eip_id DwsClusterV1#eip_id}. EipId *string `field:"optional" json:"eipId" yaml:"eipId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.20/docs/resources/dws_cluster_v1#public_bind_type DwsClusterV1#public_bind_type}. PublicBindType *string `field:"optional" json:"publicBindType" yaml:"publicBindType"` }
type DwsClusterV1PublicIpOutputReference ¶
type DwsClusterV1PublicIpOutputReference 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 EipId() *string SetEipId(val *string) EipIdInput() *string // Experimental. Fqn() *string InternalValue() *DwsClusterV1PublicIp SetInternalValue(val *DwsClusterV1PublicIp) PublicBindType() *string SetPublicBindType(val *string) PublicBindTypeInput() *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 ResetEipId() ResetPublicBindType() // 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 NewDwsClusterV1PublicIpOutputReference ¶
func NewDwsClusterV1PublicIpOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DwsClusterV1PublicIpOutputReference
type DwsClusterV1Timeouts ¶
type DwsClusterV1Timeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.20/docs/resources/dws_cluster_v1#create DwsClusterV1#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.20/docs/resources/dws_cluster_v1#delete DwsClusterV1#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.20/docs/resources/dws_cluster_v1#update DwsClusterV1#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type DwsClusterV1TimeoutsOutputReference ¶
type DwsClusterV1TimeoutsOutputReference 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 NewDwsClusterV1TimeoutsOutputReference ¶
func NewDwsClusterV1TimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DwsClusterV1TimeoutsOutputReference
Source Files ¶
- DwsClusterV1.go
- DwsClusterV1Config.go
- DwsClusterV1Endpoints.go
- DwsClusterV1EndpointsList.go
- DwsClusterV1EndpointsList__checks.go
- DwsClusterV1EndpointsOutputReference.go
- DwsClusterV1EndpointsOutputReference__checks.go
- DwsClusterV1PublicEndpoints.go
- DwsClusterV1PublicEndpointsList.go
- DwsClusterV1PublicEndpointsList__checks.go
- DwsClusterV1PublicEndpointsOutputReference.go
- DwsClusterV1PublicEndpointsOutputReference__checks.go
- DwsClusterV1PublicIp.go
- DwsClusterV1PublicIpOutputReference.go
- DwsClusterV1PublicIpOutputReference__checks.go
- DwsClusterV1Timeouts.go
- DwsClusterV1TimeoutsOutputReference.go
- DwsClusterV1TimeoutsOutputReference__checks.go
- DwsClusterV1__checks.go
- main.go