Show / Hide Table of Contents

Class CfnSpotFleet.TargetGroupsConfigProperty

Describes the target groups to attach to a Spot Fleet.

Inheritance
System.Object
CfnSpotFleet.TargetGroupsConfigProperty
Implements
CfnSpotFleet.ITargetGroupsConfigProperty
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public class TargetGroupsConfigProperty : Object, CfnSpotFleet.ITargetGroupsConfigProperty
Syntax (vb)
Public Class TargetGroupsConfigProperty
    Inherits Object
    Implements CfnSpotFleet.ITargetGroupsConfigProperty
Remarks

Spot Fleet registers the running Spot Instances with these target groups.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-targetgroupsconfig.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 targetGroupsConfigProperty = new TargetGroupsConfigProperty {
    TargetGroups = new [] { new TargetGroupProperty {
        Arn = "arn"
    } }
};

Synopsis

Constructors

TargetGroupsConfigProperty()

Properties

TargetGroups

One or more target groups.

Constructors

TargetGroupsConfigProperty()

public TargetGroupsConfigProperty()

Properties

TargetGroups

One or more target groups.

public object TargetGroups { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-targetgroupsconfig.html#cfn-ec2-spotfleet-targetgroupsconfig-targetgroups

Implements

CfnSpotFleet.ITargetGroupsConfigProperty
Back to top Generated by DocFX