Interface CfnEndpointAccessMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEndpointAccessMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:04.432Z")
@Stability(Stable)
public interface CfnEndpointAccessMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnEndpointAccessPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.redshift.*;
CfnEndpointAccessMixinProps cfnEndpointAccessMixinProps = CfnEndpointAccessMixinProps.builder()
.clusterIdentifier("clusterIdentifier")
.endpointName("endpointName")
.resourceOwner("resourceOwner")
.subnetGroupName("subnetGroupName")
.vpcSecurityGroupIds(List.of("vpcSecurityGroupIds"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEndpointAccessMixinPropsstatic final classAn implementation forCfnEndpointAccessMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe cluster identifier of the cluster associated with the endpoint.default StringThe name of the endpoint.default StringThe AWS account ID of the owner of the cluster.default ObjectThe subnet group name where Amazon Redshift chooses to deploy the endpoint.The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClusterIdentifier
The cluster identifier of the cluster associated with the endpoint.- See Also:
-
getEndpointName
The name of the endpoint.- See Also:
-
getResourceOwner
The AWS account ID of the owner of the cluster.- See Also:
-
getSubnetGroupName
The subnet group name where Amazon Redshift chooses to deploy the endpoint.Returns union: either
StringorIClusterSubnetGroupRef- See Also:
-
getVpcSecurityGroupIds
The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.Returns union: Listinvalid input: '<'either
StringorISecurityGroupRef>- See Also:
-
builder
-