@Generated(value="jsii-pacmak/1.42.0 (build 5f6b62c)", date="2021-11-07T11:28:55.601Z") @Stability(value=Stable) public interface CfnEndpointAuthorizationProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEndpointAuthorizationProps.Builder
A builder for
CfnEndpointAuthorizationProps |
static class |
CfnEndpointAuthorizationProps.Jsii$Proxy
An implementation for
CfnEndpointAuthorizationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpointAuthorizationProps.Builder |
builder() |
String |
getAccount()
`AWS::Redshift::EndpointAuthorization.Account`.
|
String |
getClusterIdentifier()
`AWS::Redshift::EndpointAuthorization.ClusterIdentifier`.
|
default Object |
getForce()
`AWS::Redshift::EndpointAuthorization.Force`.
|
default List<String> |
getVpcIds()
`AWS::Redshift::EndpointAuthorization.VpcIds`.
|
@Stability(value=Stable) @NotNull String getAccount()
@Stability(value=Stable) @NotNull String getClusterIdentifier()
@Stability(value=Stable) @Nullable default Object getForce()
@Stability(value=Stable) @Nullable default List<String> getVpcIds()
@Stability(value=Stable) static CfnEndpointAuthorizationProps.Builder builder()
Copyright © 2021. All rights reserved.