@Stability(value=Stable)
public static interface CfnImageBuilder.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 |
CfnImageBuilder.VpcConfigProperty.Builder
A builder for
CfnImageBuilder.VpcConfigProperty |
static class |
CfnImageBuilder.VpcConfigProperty.Jsii$Proxy
An implementation for
CfnImageBuilder.VpcConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnImageBuilder.VpcConfigProperty.Builder |
builder() |
default List<String> |
getSecurityGroupIds()
The identifiers of the security groups for the image builder.
|
default List<String> |
getSubnetIds()
The identifier of the subnet to which a network interface is attached from the image builder instance.
|
@Stability(value=Stable) @Nullable default List<String> getSecurityGroupIds()
@Stability(value=Stable) @Nullable default List<String> getSubnetIds()
An image builder instance can use one subnet.
@Stability(value=Stable) static CfnImageBuilder.VpcConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.