@Generated(value="jsii-pacmak/1.45.0 (build 61747b6)", date="2021-11-19T21:31:11.369Z") @Stability(value=Stable) public interface CfnEndpointAuthorizationProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.redshift.*;
CfnEndpointAuthorizationProps cfnEndpointAuthorizationProps = CfnEndpointAuthorizationProps.builder()
.account("account")
.clusterIdentifier("clusterIdentifier")
// the properties below are optional
.force(false)
.vpcIds(List.of("vpcIds"))
.build();
| 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.