| Package | Description |
|---|---|
| software.amazon.awscdk.services.redshift |
Amazon Redshift Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnEndpointAccess.Builder |
CfnEndpointAccess.Builder.clusterIdentifier(String clusterIdentifier)
The cluster identifier of the cluster associated with the endpoint.
|
static CfnEndpointAccess.Builder |
CfnEndpointAccess.Builder.create(software.constructs.Construct scope,
String id) |
CfnEndpointAccess.Builder |
CfnEndpointAccess.Builder.endpointName(String endpointName)
The name of the endpoint.
|
CfnEndpointAccess.Builder |
CfnEndpointAccess.Builder.resourceOwner(String resourceOwner)
The AWS account ID of the owner of the cluster.
|
CfnEndpointAccess.Builder |
CfnEndpointAccess.Builder.subnetGroupName(String subnetGroupName)
The subnet group name where Amazon Redshift chooses to deploy the endpoint.
|
CfnEndpointAccess.Builder |
CfnEndpointAccess.Builder.vpcSecurityGroupIds(List<String> vpcSecurityGroupIds)
The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
|
Copyright © 2022. All rights reserved.