@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.539Z") @Stability(value=Stable) public interface CfnEndpointAccessProps extends software.amazon.jsii.JsiiSerializable
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() |
String |
getClusterIdentifier()
The cluster identifier of the cluster associated with the endpoint.
|
String |
getEndpointName()
The name of the endpoint.
|
default String |
getResourceOwner()
The AWS account ID of the owner of the cluster.
|
String |
getSubnetGroupName()
The subnet group name where Amazon Redshift chooses to deploy the endpoint.
|
List<String> |
getVpcSecurityGroupIds()
The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
|
@Stability(value=Stable) @NotNull String getClusterIdentifier()
@Stability(value=Stable) @NotNull String getEndpointName()
@Stability(value=Stable) @NotNull String getSubnetGroupName()
@Stability(value=Stable) @NotNull List<String> getVpcSecurityGroupIds()
@Stability(value=Stable) @Nullable default String getResourceOwner()
@Stability(value=Stable) static CfnEndpointAccessProps.Builder builder()
CfnEndpointAccessProps.Builder of CfnEndpointAccessPropsCopyright © 2022. All rights reserved.