Show / Hide Table of Contents

Interface CfnTargetGroup.ITargetGroupAttributeProperty

Specifies a target group attribute.

Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public interface ITargetGroupAttributeProperty
Syntax (vb)
Public Interface ITargetGroupAttributeProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-targetgroupattribute.html

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.String

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:

            The following attributes are supported only by Gateway Load Balancers:

              Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-targetgroupattribute.html#cfn-elasticloadbalancingv2-targetgroup-targetgroupattribute-key

              Value

              The value of the attribute.

              virtual string Value { get; }
              Property Value

              System.String

              Remarks

              Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-targetgroupattribute.html#cfn-elasticloadbalancingv2-targetgroup-targetgroupattribute-value

              Back to top Generated by DocFX