Class CfnSpotFleet.TargetGroupsConfigProperty
Describes the target groups to attach to a Spot Fleet.
Inheritance
System.Object
CfnSpotFleet.TargetGroupsConfigProperty
Implements
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.
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