Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.redshift.CfnEndpointAccessPropsMixin.Builder
Packages that use CfnEndpointAccessPropsMixin.Builder
-
Uses of CfnEndpointAccessPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.redshift
Methods in software.amazon.awscdk.cfnpropertymixins.services.redshift that return CfnEndpointAccessPropsMixin.BuilderModifier and TypeMethodDescriptionCfnEndpointAccessPropsMixin.Builder.clusterIdentifier(String clusterIdentifier) The cluster identifier of the cluster associated with the endpoint.CfnEndpointAccessPropsMixin.Builder.create()CfnEndpointAccessPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnEndpointAccessPropsMixin.Builder.endpointName(String endpointName) The name of the endpoint.CfnEndpointAccessPropsMixin.Builder.resourceOwner(String resourceOwner) The AWS account ID of the owner of the cluster.CfnEndpointAccessPropsMixin.Builder.subnetGroupName(String subnetGroupName) The subnet group name where Amazon Redshift chooses to deploy the endpoint.CfnEndpointAccessPropsMixin.Builder.subnetGroupName(IClusterSubnetGroupRef subnetGroupName) The subnet group name where Amazon Redshift chooses to deploy the endpoint.CfnEndpointAccessPropsMixin.Builder.vpcSecurityGroupIds(List<? extends Object> vpcSecurityGroupIds) The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.