Class CfnEndpointAccess
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.core.Construct
software.amazon.awscdk.core.CfnElement
software.amazon.awscdk.core.CfnRefElement
software.amazon.awscdk.core.CfnResource
software.amazon.awscdk.services.redshift.CfnEndpointAccess
- All Implemented Interfaces:
IConstruct
,IDependable
,IInspectable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:42.791Z")
@Stability(Stable)
public class CfnEndpointAccess
extends CfnResource
implements IInspectable
A CloudFormation
AWS::Redshift::EndpointAccess
.
Creates a Redshift-managed VPC endpoint.
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.*; CfnEndpointAccess cfnEndpointAccess = CfnEndpointAccess.Builder.create(this, "MyCfnEndpointAccess") .clusterIdentifier("clusterIdentifier") .endpointName("endpointName") .subnetGroupName("subnetGroupName") .vpcSecurityGroupIds(List.of("vpcSecurityGroupIds")) // the properties below are optional .resourceOwner("resourceOwner") .build();
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnEndpointAccess
.static interface
Describes a network interface.static interface
The connection endpoint for connecting to an Amazon Redshift cluster through the proxy.static interface
The security groups associated with the endpoint.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionCfnEndpointAccess
(Construct scope, String id, CfnEndpointAccessProps props) Create a newAWS::Redshift::EndpointAccess
.protected
CfnEndpointAccess
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnEndpointAccess
(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionThe DNS address of the endpoint.The time (UTC) that the endpoint was created.The status of the endpoint.The port number on which the cluster accepts incoming connections.The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.The VPC identifier that the endpoint is associated.The security groups associated with the endpoint.The cluster identifier of the cluster associated with the endpoint.The name of the endpoint.The AWS account ID of the owner of the cluster.The 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.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setClusterIdentifier
(String value) The cluster identifier of the cluster associated with the endpoint.void
setEndpointName
(String value) The name of the endpoint.void
setResourceOwner
(String value) The AWS account ID of the owner of the cluster.void
setSubnetGroupName
(String value) The subnet group name where Amazon Redshift chooses to deploy the endpoint.void
setVpcSecurityGroupIds
(List<String> value) The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.Methods inherited from class software.amazon.awscdk.core.CfnResource
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.core.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.core.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.amazon.awscdk.core.Construct
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnEndpointAccess
protected CfnEndpointAccess(software.amazon.jsii.JsiiObjectRef objRef) -
CfnEndpointAccess
protected CfnEndpointAccess(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnEndpointAccess
@Stability(Stable) public CfnEndpointAccess(@NotNull Construct scope, @NotNull String id, @NotNull CfnEndpointAccessProps props) Create a newAWS::Redshift::EndpointAccess
.- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
props
-- resource properties.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
-- tree inspector to collect and process attributes.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrAddress
The DNS address of the endpoint. -
getAttrEndpointCreateTime
The time (UTC) that the endpoint was created. -
getAttrEndpointStatus
The status of the endpoint. -
getAttrPort
The port number on which the cluster accepts incoming connections. -
getAttrVpcEndpointNetworkInterfaces
-
getAttrVpcEndpointVpcEndpointId
The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy. -
getAttrVpcEndpointVpcId
The VPC identifier that the endpoint is associated. -
getAttrVpcSecurityGroups
The security groups associated with the endpoint. -
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getClusterIdentifier
The cluster identifier of the cluster associated with the endpoint. -
setClusterIdentifier
The cluster identifier of the cluster associated with the endpoint. -
getEndpointName
The name of the endpoint. -
setEndpointName
The name of the endpoint. -
getSubnetGroupName
The subnet group name where Amazon Redshift chooses to deploy the endpoint. -
setSubnetGroupName
The subnet group name where Amazon Redshift chooses to deploy the endpoint. -
getVpcSecurityGroupIds
The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint. -
setVpcSecurityGroupIds
The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint. -
getResourceOwner
The AWS account ID of the owner of the cluster. -
setResourceOwner
The AWS account ID of the owner of the cluster.
-