Interface CfnSpotFleet.TargetGroupProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnSpotFleet.TargetGroupProperty.Jsii$Proxy
Enclosing class:
CfnSpotFleet

@Stability(Stable) public static interface CfnSpotFleet.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.services.ec2.*;
 TargetGroupProperty targetGroupProperty = TargetGroupProperty.builder()
         .arn("arn")
         .build();
 

See Also: