@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:45.845Z")
public interface CfnEndpointAccessProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.redshift.*; CfnEndpointAccessProps cfnEndpointAccessProps = CfnEndpointAccessProps.builder() .clusterIdentifier("clusterIdentifier") .endpointName("endpointName") .subnetGroupName("subnetGroupName") .vpcSecurityGroupIds(List.of("vpcSecurityGroupIds")) // the properties below are optional .resourceOwner("resourceOwner") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnEndpointAccessProps.Builder
A builder for
CfnEndpointAccessProps |
static class |
CfnEndpointAccessProps.Jsii$Proxy
An implementation for
CfnEndpointAccessProps |
Modifier and Type | Method and Description |
---|---|
static CfnEndpointAccessProps.Builder |
builder() |
java.lang.String |
getClusterIdentifier()
The cluster identifier of the cluster associated with the endpoint.
|
java.lang.String |
getEndpointName()
The name of the endpoint.
|
default java.lang.String |
getResourceOwner()
The AWS account ID of the owner of the cluster.
|
java.lang.String |
getSubnetGroupName()
The subnet group name where Amazon Redshift chooses to deploy the endpoint.
|
java.util.List<java.lang.String> |
getVpcSecurityGroupIds()
The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
|
java.lang.String getClusterIdentifier()
java.lang.String getEndpointName()
java.lang.String getSubnetGroupName()
java.util.List<java.lang.String> getVpcSecurityGroupIds()
default java.lang.String getResourceOwner()
static CfnEndpointAccessProps.Builder builder()
CfnEndpointAccessProps.Builder
of CfnEndpointAccessProps