@Generated(value="jsii-pacmak/1.42.0 (build 5f6b62c)", date="2021-11-09T12:18:21.083Z") @Stability(value=Stable) public interface CfnEndpointAccessProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEndpointAccessProps.Builder
A builder for
CfnEndpointAccessProps |
static class |
CfnEndpointAccessProps.Jsii$Proxy
An implementation for
CfnEndpointAccessProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpointAccessProps.Builder |
builder() |
default String |
getClusterIdentifier()
`AWS::Redshift::EndpointAccess.ClusterIdentifier`.
|
String |
getEndpointName()
`AWS::Redshift::EndpointAccess.EndpointName`.
|
default String |
getResourceOwner()
`AWS::Redshift::EndpointAccess.ResourceOwner`.
|
default String |
getSubnetGroupName()
`AWS::Redshift::EndpointAccess.SubnetGroupName`.
|
List<String> |
getVpcSecurityGroupIds()
`AWS::Redshift::EndpointAccess.VpcSecurityGroupIds`.
|
@Stability(value=Stable) @NotNull String getEndpointName()
@Stability(value=Stable) @NotNull List<String> getVpcSecurityGroupIds()
@Stability(value=Stable) @Nullable default String getClusterIdentifier()
@Stability(value=Stable) @Nullable default String getResourceOwner()
@Stability(value=Stable) @Nullable default String getSubnetGroupName()
@Stability(value=Stable) static CfnEndpointAccessProps.Builder builder()
CfnEndpointAccessProps.Builder of CfnEndpointAccessPropsCopyright © 2021. All rights reserved.