Interface CfnSpotFleetPropsMixin.GroupIdentifierProperty

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

@Stability(Stable) public static interface CfnSpotFleetPropsMixin.GroupIdentifierProperty extends software.amazon.jsii.JsiiSerializable
Describes a security 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.*;
 GroupIdentifierProperty groupIdentifierProperty = GroupIdentifierProperty.builder()
         .groupId("groupId")
         .build();
 

See Also: