Interface CfnSpotFleet.GroupIdentifierProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSpotFleet.GroupIdentifierProperty.Jsii$Proxy
- Enclosing class:
CfnSpotFleet
@Stability(Stable)
public static interface CfnSpotFleet.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.services.ec2.*; GroupIdentifierProperty groupIdentifierProperty = GroupIdentifierProperty.builder() .groupId("groupId") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnSpotFleet.GroupIdentifierProperty
static final class
An implementation forCfnSpotFleet.GroupIdentifierProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGroupId
The ID of the security group. -
builder
-