Uses of Class
software.amazon.awscdk.services.redshift.CfnEndpointAccess.Builder
-
Uses of CfnEndpointAccess.Builder in software.amazon.awscdk.services.redshift
Modifier and TypeMethodDescriptionCfnEndpointAccess.Builder.clusterIdentifier
(String clusterIdentifier) The cluster identifier of the cluster associated with the endpoint.static CfnEndpointAccess.Builder
CfnEndpointAccess.Builder.endpointName
(String endpointName) The name of the endpoint.CfnEndpointAccess.Builder.resourceOwner
(String resourceOwner) The AWS account ID of the owner of the cluster.CfnEndpointAccess.Builder.subnetGroupName
(String subnetGroupName) The subnet group name where Amazon Redshift chooses to deploy the endpoint.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.