@Stability(value=Stable)
public static interface CfnChannel.VpcOutputSettingsProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.VpcOutputSettingsProperty.Builder
A builder for
CfnChannel.VpcOutputSettingsProperty |
static class |
CfnChannel.VpcOutputSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.VpcOutputSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.VpcOutputSettingsProperty.Builder |
builder() |
default List<String> |
getPublicAddressAllocationIds()
`CfnChannel.VpcOutputSettingsProperty.PublicAddressAllocationIds`.
|
default List<String> |
getSecurityGroupIds()
`CfnChannel.VpcOutputSettingsProperty.SecurityGroupIds`.
|
default List<String> |
getSubnetIds()
`CfnChannel.VpcOutputSettingsProperty.SubnetIds`.
|
@Stability(value=Stable) @Nullable default List<String> getPublicAddressAllocationIds()
@Stability(value=Stable) @Nullable default List<String> getSecurityGroupIds()
@Stability(value=Stable) @Nullable default List<String> getSubnetIds()
@Stability(value=Stable) static CfnChannel.VpcOutputSettingsProperty.Builder builder()
Copyright © 2021. All rights reserved.