Interface CfnSpotFleetPropsMixin.TargetGroupProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSpotFleetPropsMixin.TargetGroupProperty.Jsii$Proxy
- Enclosing class:
CfnSpotFleetPropsMixin
@Stability(Stable)
public static interface CfnSpotFleetPropsMixin.TargetGroupProperty
extends software.amazon.jsii.JsiiSerializable
Describes a load balancer target group.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.ec2.*;
TargetGroupProperty targetGroupProperty = TargetGroupProperty.builder()
.arn("arn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSpotFleetPropsMixin.TargetGroupPropertystatic final classAn implementation forCfnSpotFleetPropsMixin.TargetGroupProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
The Amazon Resource Name (ARN) of the target group.- See Also:
-
builder
-