@Stability(value=Stable)
public static interface CfnFleet.VpcConfigProperty
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.appstream.*;
VpcConfigProperty vpcConfigProperty = VpcConfigProperty.builder()
.securityGroupIds(List.of("securityGroupIds"))
.subnetIds(List.of("subnetIds"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFleet.VpcConfigProperty.Builder
A builder for
CfnFleet.VpcConfigProperty |
static class |
CfnFleet.VpcConfigProperty.Jsii$Proxy
An implementation for
CfnFleet.VpcConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFleet.VpcConfigProperty.Builder |
builder() |
default List<String> |
getSecurityGroupIds()
The identifiers of the security groups for the fleet.
|
default List<String> |
getSubnetIds()
The identifiers of the subnets to which a network interface is attached from the fleet instance.
|
@Stability(value=Stable) @Nullable default List<String> getSecurityGroupIds()
@Stability(value=Stable) @Nullable default List<String> getSubnetIds()
Fleet instances can use one or two subnets.
@Stability(value=Stable) static CfnFleet.VpcConfigProperty.Builder builder()
CfnFleet.VpcConfigProperty.Builder of CfnFleet.VpcConfigPropertyCopyright © 2022. All rights reserved.