Show / Hide Table of Contents

Interface CfnTargetGroup.ITargetGroupAttributeProperty

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

Synopsis

Properties

Key

CfnTargetGroup.TargetGroupAttributeProperty.Key.

Value

CfnTargetGroup.TargetGroupAttributeProperty.Value.

Properties

Key

CfnTargetGroup.TargetGroupAttributeProperty.Key.

virtual string Key { 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-key

Value

CfnTargetGroup.TargetGroupAttributeProperty.Value.

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