Documentation ¶
Index ¶
- func LbListenerV3_IsConstruct(x interface{}) *bool
- func LbListenerV3_TfResourceType() *string
- func NewLbListenerV3InsertHeadersOutputReference_Override(l LbListenerV3InsertHeadersOutputReference, ...)
- func NewLbListenerV3_Override(l LbListenerV3, scope constructs.Construct, id *string, ...)
- type LbListenerV3
- type LbListenerV3Config
- type LbListenerV3InsertHeaders
- type LbListenerV3InsertHeadersOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LbListenerV3_IsConstruct ¶
func LbListenerV3_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 LbListenerV3_TfResourceType ¶
func LbListenerV3_TfResourceType() *string
func NewLbListenerV3InsertHeadersOutputReference_Override ¶
func NewLbListenerV3InsertHeadersOutputReference_Override(l LbListenerV3InsertHeadersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewLbListenerV3_Override ¶
func NewLbListenerV3_Override(l LbListenerV3, scope constructs.Construct, id *string, config *LbListenerV3Config)
Create a new {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3 opentelekomcloud_lb_listener_v3} Resource.
Types ¶
type LbListenerV3 ¶
type LbListenerV3 interface { cdktf.TerraformResource AdminStateUp() interface{} SetAdminStateUp(val interface{}) AdminStateUpInput() interface{} // Experimental. CdktfStack() cdktf.TerraformStack ClientCaTlsContainerRef() *string SetClientCaTlsContainerRef(val *string) ClientCaTlsContainerRefInput() *string ClientTimeout() *float64 SetClientTimeout(val *float64) ClientTimeoutInput() *float64 // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) CreatedAt() *string DefaultPoolId() *string SetDefaultPoolId(val *string) DefaultPoolIdInput() *string DefaultTlsContainerRef() *string SetDefaultTlsContainerRef(val *string) DefaultTlsContainerRefInput() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Http2Enable() interface{} SetHttp2Enable(val interface{}) Http2EnableInput() interface{} Id() *string SetId(val *string) IdInput() *string InsertHeaders() LbListenerV3InsertHeadersOutputReference InsertHeadersInput() *LbListenerV3InsertHeaders KeepAliveTimeout() *float64 SetKeepAliveTimeout(val *float64) KeepAliveTimeoutInput() *float64 // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) LoadbalancerId() *string SetLoadbalancerId(val *string) LoadbalancerIdInput() *string MemberRetryEnable() interface{} SetMemberRetryEnable(val interface{}) MemberRetryEnableInput() interface{} MemberTimeout() *float64 SetMemberTimeout(val *float64) MemberTimeoutInput() *float64 Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node Protocol() *string SetProtocol(val *string) ProtocolInput() *string ProtocolPort() *float64 SetProtocolPort(val *float64) ProtocolPortInput() *float64 // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} SniContainerRefs() *[]*string SetSniContainerRefs(val *[]*string) SniContainerRefsInput() *[]*string Tags() *map[string]*string SetTags(val *map[string]*string) TagsInput() *map[string]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string TlsCiphersPolicy() *string SetTlsCiphersPolicy(val *string) TlsCiphersPolicyInput() *string UpdatedAt() *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) PutInsertHeaders(value *LbListenerV3InsertHeaders) ResetAdminStateUp() ResetClientCaTlsContainerRef() ResetClientTimeout() ResetDefaultPoolId() ResetDefaultTlsContainerRef() ResetDescription() ResetHttp2Enable() ResetId() ResetInsertHeaders() ResetKeepAliveTimeout() ResetMemberRetryEnable() ResetMemberTimeout() ResetName() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetSniContainerRefs() ResetTags() ResetTlsCiphersPolicy() 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/opentelekomcloud/r/lb_listener_v3 opentelekomcloud_lb_listener_v3}.
func NewLbListenerV3 ¶
func NewLbListenerV3(scope constructs.Construct, id *string, config *LbListenerV3Config) LbListenerV3
Create a new {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3 opentelekomcloud_lb_listener_v3} Resource.
type LbListenerV3Config ¶
type LbListenerV3Config 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"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3#loadbalancer_id LbListenerV3#loadbalancer_id}. LoadbalancerId *string `field:"required" json:"loadbalancerId" yaml:"loadbalancerId"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3#protocol LbListenerV3#protocol}. Protocol *string `field:"required" json:"protocol" yaml:"protocol"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3#protocol_port LbListenerV3#protocol_port}. ProtocolPort *float64 `field:"required" json:"protocolPort" yaml:"protocolPort"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3#admin_state_up LbListenerV3#admin_state_up}. AdminStateUp interface{} `field:"optional" json:"adminStateUp" yaml:"adminStateUp"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3#client_ca_tls_container_ref LbListenerV3#client_ca_tls_container_ref}. ClientCaTlsContainerRef *string `field:"optional" json:"clientCaTlsContainerRef" yaml:"clientCaTlsContainerRef"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3#client_timeout LbListenerV3#client_timeout}. ClientTimeout *float64 `field:"optional" json:"clientTimeout" yaml:"clientTimeout"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3#default_pool_id LbListenerV3#default_pool_id}. DefaultPoolId *string `field:"optional" json:"defaultPoolId" yaml:"defaultPoolId"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3#default_tls_container_ref LbListenerV3#default_tls_container_ref}. DefaultTlsContainerRef *string `field:"optional" json:"defaultTlsContainerRef" yaml:"defaultTlsContainerRef"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3#description LbListenerV3#description}. Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3#http2_enable LbListenerV3#http2_enable}. Http2Enable interface{} `field:"optional" json:"http2Enable" yaml:"http2Enable"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3#id LbListenerV3#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"` // insert_headers block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3#insert_headers LbListenerV3#insert_headers} InsertHeaders *LbListenerV3InsertHeaders `field:"optional" json:"insertHeaders" yaml:"insertHeaders"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3#keep_alive_timeout LbListenerV3#keep_alive_timeout}. KeepAliveTimeout *float64 `field:"optional" json:"keepAliveTimeout" yaml:"keepAliveTimeout"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3#member_retry_enable LbListenerV3#member_retry_enable}. MemberRetryEnable interface{} `field:"optional" json:"memberRetryEnable" yaml:"memberRetryEnable"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3#member_timeout LbListenerV3#member_timeout}. MemberTimeout *float64 `field:"optional" json:"memberTimeout" yaml:"memberTimeout"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3#name LbListenerV3#name}. Name *string `field:"optional" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3#sni_container_refs LbListenerV3#sni_container_refs}. SniContainerRefs *[]*string `field:"optional" json:"sniContainerRefs" yaml:"sniContainerRefs"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3#tags LbListenerV3#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3#tls_ciphers_policy LbListenerV3#tls_ciphers_policy}. TlsCiphersPolicy *string `field:"optional" json:"tlsCiphersPolicy" yaml:"tlsCiphersPolicy"` }
type LbListenerV3InsertHeaders ¶
type LbListenerV3InsertHeaders struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3#forwarded_for_port LbListenerV3#forwarded_for_port}. ForwardedForPort interface{} `field:"optional" json:"forwardedForPort" yaml:"forwardedForPort"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3#forwarded_host LbListenerV3#forwarded_host}. ForwardedHost interface{} `field:"optional" json:"forwardedHost" yaml:"forwardedHost"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3#forwarded_port LbListenerV3#forwarded_port}. ForwardedPort interface{} `field:"optional" json:"forwardedPort" yaml:"forwardedPort"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/lb_listener_v3#forward_elb_ip LbListenerV3#forward_elb_ip}. ForwardElbIp interface{} `field:"optional" json:"forwardElbIp" yaml:"forwardElbIp"` }
type LbListenerV3InsertHeadersOutputReference ¶
type LbListenerV3InsertHeadersOutputReference 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 ForwardedForPort() interface{} SetForwardedForPort(val interface{}) ForwardedForPortInput() interface{} ForwardedHost() interface{} SetForwardedHost(val interface{}) ForwardedHostInput() interface{} ForwardedPort() interface{} SetForwardedPort(val interface{}) ForwardedPortInput() interface{} ForwardElbIp() interface{} SetForwardElbIp(val interface{}) ForwardElbIpInput() interface{} // Experimental. Fqn() *string InternalValue() *LbListenerV3InsertHeaders SetInternalValue(val *LbListenerV3InsertHeaders) // 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 ResetForwardedForPort() ResetForwardedHost() ResetForwardedPort() ResetForwardElbIp() // 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 NewLbListenerV3InsertHeadersOutputReference ¶
func NewLbListenerV3InsertHeadersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) LbListenerV3InsertHeadersOutputReference
Source Files ¶
- lblistenerv3.go
- lblistenerv3_LbListenerV3.go
- lblistenerv3_LbListenerV3Config.go
- lblistenerv3_LbListenerV3InsertHeaders.go
- lblistenerv3_LbListenerV3InsertHeadersOutputReference.go
- lblistenerv3_LbListenerV3InsertHeadersOutputReference__runtime_type_checks.go
- lblistenerv3_LbListenerV3__runtime_type_checks.go