Interface ICfnEndpointAccessProps
Properties for defining a CfnEndpointAccess
.
Namespace: Amazon.CDK.AWS.Redshift
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnEndpointAccessProps
Syntax (vb)
Public Interface ICfnEndpointAccessProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Redshift;
var cfnEndpointAccessProps = new CfnEndpointAccessProps {
ClusterIdentifier = "clusterIdentifier",
EndpointName = "endpointName",
SubnetGroupName = "subnetGroupName",
VpcSecurityGroupIds = new [] { "vpcSecurityGroupIds" },
// the properties below are optional
ResourceOwner = "resourceOwner"
};
Synopsis
Properties
Cluster |
The cluster identifier of the cluster associated with the endpoint. |
Endpoint |
The name of the endpoint. |
Resource |
The AWS account ID of the owner of the cluster. |
Subnet |
The subnet group name where Amazon Redshift chooses to deploy the endpoint. |
Vpc |
The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint. |
Properties
ClusterIdentifier
The cluster identifier of the cluster associated with the endpoint.
string ClusterIdentifier { get; }
Property Value
System.
Remarks
EndpointName
The name of the endpoint.
string EndpointName { get; }
Property Value
System.
Remarks
ResourceOwner
The AWS account ID of the owner of the cluster.
virtual string ResourceOwner { get; }
Property Value
System.
Remarks
SubnetGroupName
The subnet group name where Amazon Redshift chooses to deploy the endpoint.
string SubnetGroupName { get; }
Property Value
System.
Remarks
VpcSecurityGroupIds
The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
string[] VpcSecurityGroupIds { get; }
Property Value
System.