@Stability(value=Stable) public static final class CfnEndpointAuthorization.Builder extends Object implements software.amazon.jsii.Builder<CfnEndpointAuthorization>
CfnEndpointAuthorization.| Modifier and Type | Method and Description |
|---|---|
CfnEndpointAuthorization.Builder |
account(String account)
The A AWS account ID of either the cluster owner (grantor) or grantee.
|
CfnEndpointAuthorization |
build() |
CfnEndpointAuthorization.Builder |
clusterIdentifier(String clusterIdentifier)
The cluster identifier.
|
static CfnEndpointAuthorization.Builder |
create(Construct scope,
String id) |
CfnEndpointAuthorization.Builder |
force(Boolean force)
Indicates whether to force the revoke action.
|
CfnEndpointAuthorization.Builder |
force(IResolvable force)
Indicates whether to force the revoke action.
|
CfnEndpointAuthorization.Builder |
vpcIds(List<String> vpcIds)
The virtual private cloud (VPC) identifiers to grant access to.
|
@Stability(value=Stable) public static CfnEndpointAuthorization.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnEndpointAuthorization.Builder.@Stability(value=Stable) public CfnEndpointAuthorization.Builder account(String account)
If Grantee parameter is true, then the Account value is of the grantor.
account - The A AWS account ID of either the cluster owner (grantor) or grantee. This parameter is required.this@Stability(value=Stable) public CfnEndpointAuthorization.Builder clusterIdentifier(String clusterIdentifier)
clusterIdentifier - The cluster identifier. This parameter is required.this@Stability(value=Stable) public CfnEndpointAuthorization.Builder force(Boolean force)
If true, the Redshift-managed VPC endpoints associated with the endpoint authorization are also deleted.
force - Indicates whether to force the revoke action. This parameter is required.this@Stability(value=Stable) public CfnEndpointAuthorization.Builder force(IResolvable force)
If true, the Redshift-managed VPC endpoints associated with the endpoint authorization are also deleted.
force - Indicates whether to force the revoke action. This parameter is required.this@Stability(value=Stable) public CfnEndpointAuthorization.Builder vpcIds(List<String> vpcIds)
vpcIds - The virtual private cloud (VPC) identifiers to grant access to. This parameter is required.this@Stability(value=Stable) public CfnEndpointAuthorization build()
build in interface software.amazon.jsii.Builder<CfnEndpointAuthorization>Copyright © 2022. All rights reserved.