Show / Hide Table of Contents

Class CfnSpotFleet.TargetGroupProperty

Describes a load balancer target group.

Inheritance
object
CfnSpotFleet.TargetGroupProperty
Implements
CfnSpotFleet.ITargetGroupProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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"
             };

Properties

Arn

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

public string Arn { get; set; }
Property Value

string

Remarks

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

Implements

CfnSpotFleet.ITargetGroupProperty
Back to top Generated by DocFX