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