Class CfnSpotFleet.TargetGroupProperty
Describes a load balancer target group.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSpotFleet.TargetGroupProperty : CfnSpotFleet.ITargetGroupProperty
Syntax (vb)
Public Class CfnSpotFleet.TargetGroupProperty Implements CfnSpotFleet.ITargetGroupProperty
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.EC2;
var targetGroupProperty = new TargetGroupProperty {
Arn = "arn"
};
Synopsis
Constructors
| TargetGroupProperty() | Describes a load balancer target group. |
Properties
| Arn | The Amazon Resource Name (ARN) of the target group. |
Constructors
TargetGroupProperty()
Describes a load balancer target group.
public TargetGroupProperty()
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.EC2;
var targetGroupProperty = new TargetGroupProperty {
Arn = "arn"
};
Properties
Arn
The Amazon Resource Name (ARN) of the target group.
public string Arn { get; set; }