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