@Stability(value=Stable)
public static interface CfnTopicRuleDestination.VpcDestinationPropertiesProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTopicRuleDestination.VpcDestinationPropertiesProperty.Builder
A builder for
CfnTopicRuleDestination.VpcDestinationPropertiesProperty |
static class |
CfnTopicRuleDestination.VpcDestinationPropertiesProperty.Jsii$Proxy
An implementation for
CfnTopicRuleDestination.VpcDestinationPropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTopicRuleDestination.VpcDestinationPropertiesProperty.Builder |
builder() |
default String |
getRoleArn()
`CfnTopicRuleDestination.VpcDestinationPropertiesProperty.RoleArn`.
|
default List<String> |
getSecurityGroups()
`CfnTopicRuleDestination.VpcDestinationPropertiesProperty.SecurityGroups`.
|
default List<String> |
getSubnetIds()
`CfnTopicRuleDestination.VpcDestinationPropertiesProperty.SubnetIds`.
|
default String |
getVpcId()
`CfnTopicRuleDestination.VpcDestinationPropertiesProperty.VpcId`.
|
@Stability(value=Stable) @Nullable default String getRoleArn()
@Stability(value=Stable) @Nullable default List<String> getSecurityGroups()
@Stability(value=Stable) @Nullable default List<String> getSubnetIds()
@Stability(value=Stable) @Nullable default String getVpcId()
@Stability(value=Stable) static CfnTopicRuleDestination.VpcDestinationPropertiesProperty.Builder builder()
Copyright © 2021. All rights reserved.