Show / Hide Table of Contents

Interface CfnSpotFleet.ITargetGroupsConfigProperty

Describes the target groups to attach to a Spot Fleet.

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

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

See: 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

Properties

TargetGroups

One or more target groups.

Properties

TargetGroups

One or more target groups.

object TargetGroups { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX