Interface CfnTargetGroup.ITargetGroupAttributeProperty
Specifies a target group attribute.
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITargetGroupAttributeProperty
Syntax (vb)
Public Interface ITargetGroupAttributeProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ElasticLoadBalancingV2;
var targetGroupAttributeProperty = new TargetGroupAttributeProperty {
Key = "key",
Value = "value"
};
Synopsis
Properties
Key | The name of the attribute. |
Value | The value of the attribute. |
Properties
Key
The name of the attribute.
virtual string Key { get; }
Property Value
System.
Remarks
The following attributes are supported by all load balancers:
The following attributes are supported by Application Load Balancers and Network Load Balancers:
The following attributes are supported only if the load balancer is an Application Load Balancer and the target is an instance or an IP address:
The following attribute is supported only if the load balancer is an Application Load Balancer and the target is a Lambda function:
The following attributes are supported only by Network Load Balancers:
Note: This attribute can only be configured when target_health_state.unhealthy.connection_termination.enabled
is false
.
The following attributes are supported only by Gateway Load Balancers:
Value
The value of the attribute.
virtual string Value { get; }
Property Value
System.