Documentation
¶
Index ¶
- func NewTargetGroupHealthCheckOutputReference_Override(t TargetGroupHealthCheckOutputReference, ...)
- func NewTargetGroupHttpHealthCheckOutputReference_Override(t TargetGroupHttpHealthCheckOutputReference, ...)
- func NewTargetGroupTargetsList_Override(t TargetGroupTargetsList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewTargetGroupTargetsOutputReference_Override(t TargetGroupTargetsOutputReference, ...)
- func NewTargetGroupTimeoutsOutputReference_Override(t TargetGroupTimeoutsOutputReference, ...)
- func NewTargetGroup_Override(t TargetGroup, scope constructs.Construct, id *string, ...)
- func TargetGroup_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func TargetGroup_IsConstruct(x interface{}) *bool
- func TargetGroup_IsTerraformElement(x interface{}) *bool
- func TargetGroup_IsTerraformResource(x interface{}) *bool
- func TargetGroup_TfResourceType() *string
- type TargetGroup
- type TargetGroupConfig
- type TargetGroupHealthCheck
- type TargetGroupHealthCheckOutputReference
- type TargetGroupHttpHealthCheck
- type TargetGroupHttpHealthCheckOutputReference
- type TargetGroupTargets
- type TargetGroupTargetsList
- type TargetGroupTargetsOutputReference
- type TargetGroupTimeouts
- type TargetGroupTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTargetGroupHealthCheckOutputReference_Override ¶
func NewTargetGroupHealthCheckOutputReference_Override(t TargetGroupHealthCheckOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewTargetGroupHttpHealthCheckOutputReference_Override ¶
func NewTargetGroupHttpHealthCheckOutputReference_Override(t TargetGroupHttpHealthCheckOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewTargetGroupTargetsList_Override ¶
func NewTargetGroupTargetsList_Override(t TargetGroupTargetsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewTargetGroupTargetsOutputReference_Override ¶
func NewTargetGroupTargetsOutputReference_Override(t TargetGroupTargetsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewTargetGroupTimeoutsOutputReference_Override ¶
func NewTargetGroupTimeoutsOutputReference_Override(t TargetGroupTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewTargetGroup_Override ¶
func NewTargetGroup_Override(t TargetGroup, scope constructs.Construct, id *string, config *TargetGroupConfig)
Create a new {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group ionoscloud_target_group} Resource.
func TargetGroup_GenerateConfigForImport ¶
func TargetGroup_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a TargetGroup resource upon running "cdktf plan <stack-name>".
func TargetGroup_IsConstruct ¶
func TargetGroup_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 TargetGroup_IsTerraformElement ¶
func TargetGroup_IsTerraformElement(x interface{}) *bool
Experimental.
func TargetGroup_IsTerraformResource ¶
func TargetGroup_IsTerraformResource(x interface{}) *bool
Experimental.
func TargetGroup_TfResourceType ¶
func TargetGroup_TfResourceType() *string
Types ¶
type TargetGroup ¶
type TargetGroup interface { cdktf.TerraformResource Algorithm() *string SetAlgorithm(val *string) AlgorithmInput() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string HealthCheck() TargetGroupHealthCheckOutputReference HealthCheckInput() *TargetGroupHealthCheck HttpHealthCheck() TargetGroupHttpHealthCheckOutputReference HttpHealthCheckInput() *TargetGroupHttpHealthCheck Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node Protocol() *string SetProtocol(val *string) ProtocolInput() *string ProtocolVersion() *string SetProtocolVersion(val *string) ProtocolVersionInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Targets() TargetGroupTargetsList TargetsInput() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() TargetGroupTimeoutsOutputReference TimeoutsInput() interface{} // 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) PutHealthCheck(value *TargetGroupHealthCheck) PutHttpHealthCheck(value *TargetGroupHttpHealthCheck) PutTargets(value interface{}) PutTimeouts(value *TargetGroupTimeouts) ResetHealthCheck() ResetHttpHealthCheck() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetTargets() 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/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group ionoscloud_target_group}.
func NewTargetGroup ¶
func NewTargetGroup(scope constructs.Construct, id *string, config *TargetGroupConfig) TargetGroup
Create a new {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group ionoscloud_target_group} Resource.
type TargetGroupConfig ¶
type TargetGroupConfig 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"` // Balancing algorithm. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#algorithm TargetGroup#algorithm} Algorithm *string `field:"required" json:"algorithm" yaml:"algorithm"` // The name of the target group. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#name TargetGroup#name} Name *string `field:"required" json:"name" yaml:"name"` // Balancing protocol. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#protocol TargetGroup#protocol} Protocol *string `field:"required" json:"protocol" yaml:"protocol"` // The forwarding protocol version. Value is ignored when protocol is not 'HTTP'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#protocol_version TargetGroup#protocol_version} ProtocolVersion *string `field:"required" json:"protocolVersion" yaml:"protocolVersion"` // health_check block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#health_check TargetGroup#health_check} HealthCheck *TargetGroupHealthCheck `field:"optional" json:"healthCheck" yaml:"healthCheck"` // http_health_check block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#http_health_check TargetGroup#http_health_check} HttpHealthCheck *TargetGroupHttpHealthCheck `field:"optional" json:"httpHealthCheck" yaml:"httpHealthCheck"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#id TargetGroup#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"` // targets block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#targets TargetGroup#targets} Targets interface{} `field:"optional" json:"targets" yaml:"targets"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#timeouts TargetGroup#timeouts} Timeouts *TargetGroupTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type TargetGroupHealthCheck ¶
type TargetGroupHealthCheck struct { // The interval in milliseconds between consecutive health checks; default is 2000. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#check_interval TargetGroup#check_interval} CheckInterval *float64 `field:"optional" json:"checkInterval" yaml:"checkInterval"` // The maximum time in milliseconds to wait for a target to respond to a check. // // For target VMs with 'Check Interval' set, the lesser of the two values is used once the TCP connection is established. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#check_timeout TargetGroup#check_timeout} CheckTimeout *float64 `field:"optional" json:"checkTimeout" yaml:"checkTimeout"` // The maximum number of attempts to reconnect to a target after a connection failure. // // Valid range is 0 to 65535, and default is three reconnection. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#retries TargetGroup#retries} Retries *float64 `field:"optional" json:"retries" yaml:"retries"` }
type TargetGroupHealthCheckOutputReference ¶
type TargetGroupHealthCheckOutputReference interface { cdktf.ComplexObject CheckInterval() *float64 SetCheckInterval(val *float64) CheckIntervalInput() *float64 CheckTimeout() *float64 SetCheckTimeout(val *float64) CheckTimeoutInput() *float64 // 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() *TargetGroupHealthCheck SetInternalValue(val *TargetGroupHealthCheck) Retries() *float64 SetRetries(val *float64) RetriesInput() *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 ResetCheckInterval() ResetCheckTimeout() ResetRetries() // 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 NewTargetGroupHealthCheckOutputReference ¶
func NewTargetGroupHealthCheckOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) TargetGroupHealthCheckOutputReference
type TargetGroupHttpHealthCheck ¶
type TargetGroupHttpHealthCheck struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#match_type TargetGroup#match_type}. MatchType *string `field:"required" json:"matchType" yaml:"matchType"` // The response returned by the request, depending on the match type. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#response TargetGroup#response} Response *string `field:"required" json:"response" yaml:"response"` // The method for the HTTP health check. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#method TargetGroup#method} Method *string `field:"optional" json:"method" yaml:"method"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#negate TargetGroup#negate}. Negate interface{} `field:"optional" json:"negate" yaml:"negate"` // The path (destination URL) for the HTTP health check request; the default is /. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#path TargetGroup#path} Path *string `field:"optional" json:"path" yaml:"path"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#regex TargetGroup#regex}. Regex interface{} `field:"optional" json:"regex" yaml:"regex"` }
type TargetGroupHttpHealthCheckOutputReference ¶
type TargetGroupHttpHealthCheckOutputReference 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() *TargetGroupHttpHealthCheck SetInternalValue(val *TargetGroupHttpHealthCheck) MatchType() *string SetMatchType(val *string) MatchTypeInput() *string Method() *string SetMethod(val *string) MethodInput() *string Negate() interface{} SetNegate(val interface{}) NegateInput() interface{} Path() *string SetPath(val *string) PathInput() *string Regex() interface{} SetRegex(val interface{}) RegexInput() interface{} Response() *string SetResponse(val *string) ResponseInput() *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 ResetMethod() ResetNegate() ResetPath() ResetRegex() // 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 NewTargetGroupHttpHealthCheckOutputReference ¶
func NewTargetGroupHttpHealthCheckOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) TargetGroupHttpHealthCheckOutputReference
type TargetGroupTargets ¶
type TargetGroupTargets struct { // The IP of the balanced target VM. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#ip TargetGroup#ip} Ip *string `field:"required" json:"ip" yaml:"ip"` // The port of the balanced target service; valid range is 1 to 65535. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#port TargetGroup#port} Port *float64 `field:"required" json:"port" yaml:"port"` // Traffic is distributed in proportion to target weight, relative to the combined weight of all targets. // // A target with higher weight receives a greater share of traffic. Valid range is 0 to 256 and default is 1; targets with weight of 0 do not participate in load balancing but still accept persistent connections. It is best use values in the middle of the range to leave room for later adjustments. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#weight TargetGroup#weight} Weight *float64 `field:"required" json:"weight" yaml:"weight"` // Makes the target available only if it accepts periodic health check TCP connection attempts; // // when turned off, the target is considered always available. The health check only consists of a connection attempt to the address and port of the target. Default is True. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#health_check_enabled TargetGroup#health_check_enabled} HealthCheckEnabled interface{} `field:"optional" json:"healthCheckEnabled" yaml:"healthCheckEnabled"` // Maintenance mode prevents the target from receiving balanced traffic. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#maintenance_enabled TargetGroup#maintenance_enabled} MaintenanceEnabled interface{} `field:"optional" json:"maintenanceEnabled" yaml:"maintenanceEnabled"` // Proxy protocol version. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#proxy_protocol TargetGroup#proxy_protocol} ProxyProtocol *string `field:"optional" json:"proxyProtocol" yaml:"proxyProtocol"` }
type TargetGroupTargetsList ¶
type TargetGroupTargetsList 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) TargetGroupTargetsOutputReference // 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 NewTargetGroupTargetsList ¶
func NewTargetGroupTargetsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) TargetGroupTargetsList
type TargetGroupTargetsOutputReference ¶
type TargetGroupTargetsOutputReference 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 HealthCheckEnabled() interface{} SetHealthCheckEnabled(val interface{}) HealthCheckEnabledInput() interface{} InternalValue() interface{} SetInternalValue(val interface{}) Ip() *string SetIp(val *string) IpInput() *string MaintenanceEnabled() interface{} SetMaintenanceEnabled(val interface{}) MaintenanceEnabledInput() interface{} Port() *float64 SetPort(val *float64) PortInput() *float64 ProxyProtocol() *string SetProxyProtocol(val *string) ProxyProtocolInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Weight() *float64 SetWeight(val *float64) WeightInput() *float64 // 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 ResetHealthCheckEnabled() ResetMaintenanceEnabled() ResetProxyProtocol() // 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 NewTargetGroupTargetsOutputReference ¶
func NewTargetGroupTargetsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) TargetGroupTargetsOutputReference
type TargetGroupTimeouts ¶
type TargetGroupTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#create TargetGroup#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#default TargetGroup#default}. Default *string `field:"optional" json:"default" yaml:"default"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#delete TargetGroup#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/target_group#update TargetGroup#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type TargetGroupTimeoutsOutputReference ¶
type TargetGroupTimeoutsOutputReference 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 Default() *string SetDefault(val *string) DefaultInput() *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() ResetDefault() 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 NewTargetGroupTimeoutsOutputReference ¶
func NewTargetGroupTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) TargetGroupTimeoutsOutputReference
Source Files
¶
- TargetGroup.go
- TargetGroupConfig.go
- TargetGroupHealthCheck.go
- TargetGroupHealthCheckOutputReference.go
- TargetGroupHealthCheckOutputReference__checks.go
- TargetGroupHttpHealthCheck.go
- TargetGroupHttpHealthCheckOutputReference.go
- TargetGroupHttpHealthCheckOutputReference__checks.go
- TargetGroupTargets.go
- TargetGroupTargetsList.go
- TargetGroupTargetsList__checks.go
- TargetGroupTargetsOutputReference.go
- TargetGroupTargetsOutputReference__checks.go
- TargetGroupTimeouts.go
- TargetGroupTimeoutsOutputReference.go
- TargetGroupTimeoutsOutputReference__checks.go
- TargetGroup__checks.go
- main.go