Show / Hide Table of Contents

Interface CfnSpotFleet.ITargetGroupProperty

Describes a load balancer target group.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnSpotFleet.ITargetGroupProperty
Syntax (vb)
Public Interface CfnSpotFleet.ITargetGroupProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-targetgroup.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.EC2;

             var targetGroupProperty = new TargetGroupProperty {
                 Arn = "arn"
             };

Synopsis

Properties

Arn

The Amazon Resource Name (ARN) of the target group.

Properties

Arn

The Amazon Resource Name (ARN) of the target group.

string Arn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-targetgroup.html#cfn-ec2-spotfleet-targetgroup-arn

Back to top Generated by DocFX