@Stability(value=Stable)
public static interface CfnSpotFleet.GroupIdentifierProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSpotFleet.GroupIdentifierProperty.Builder
A builder for
CfnSpotFleet.GroupIdentifierProperty |
static class |
CfnSpotFleet.GroupIdentifierProperty.Jsii$Proxy
An implementation for
CfnSpotFleet.GroupIdentifierProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSpotFleet.GroupIdentifierProperty.Builder |
builder() |
String |
getGroupId()
The ID of the security group.
|
@Stability(value=Stable) @NotNull String getGroupId()
@Stability(value=Stable) static CfnSpotFleet.GroupIdentifierProperty.Builder builder()
Copyright © 2022. All rights reserved.