@Stability(value=Stable)
public static interface CfnDeliveryStream.VpcConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-vpcconfiguration.html| 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()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-vpcconfiguration.html#cfn-kinesisfirehose-deliverystream-vpcconfiguration-rolearn@Stability(value=Stable) @NotNull List<String> getSecurityGroupIds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-vpcconfiguration.html#cfn-kinesisfirehose-deliverystream-vpcconfiguration-securitygroupids@Stability(value=Stable) @NotNull List<String> getSubnetIds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-vpcconfiguration.html#cfn-kinesisfirehose-deliverystream-vpcconfiguration-subnetids@Stability(value=Stable) static CfnDeliveryStream.VpcConfigurationProperty.Builder builder()
Copyright © 2020. All rights reserved.