| Package | Description |
|---|---|
| software.amazon.awscdk.services.redshift |
Amazon Redshift Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnEndpointAuthorization.Builder |
CfnEndpointAuthorization.Builder.account(String account)
The A AWS account ID of either the cluster owner (grantor) or grantee.
|
CfnEndpointAuthorization.Builder |
CfnEndpointAuthorization.Builder.clusterIdentifier(String clusterIdentifier)
The cluster identifier.
|
static CfnEndpointAuthorization.Builder |
CfnEndpointAuthorization.Builder.create(software.constructs.Construct scope,
String id) |
CfnEndpointAuthorization.Builder |
CfnEndpointAuthorization.Builder.force(Boolean force)
Indicates whether to force the revoke action.
|
CfnEndpointAuthorization.Builder |
CfnEndpointAuthorization.Builder.force(IResolvable force)
Indicates whether to force the revoke action.
|
CfnEndpointAuthorization.Builder |
CfnEndpointAuthorization.Builder.vpcIds(List<String> vpcIds)
The virtual private cloud (VPC) identifiers to grant access to.
|
Copyright © 2022. All rights reserved.