aws-cdk-lib.aws_redshift.CfnCluster.EndpointProperty

interface EndpointProperty

LanguageType name
.NETAmazon.CDK.AWS.Redshift.CfnCluster.EndpointProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsredshift#CfnCluster_EndpointProperty
Javasoftware.amazon.awscdk.services.redshift.CfnCluster.EndpointProperty
Pythonaws_cdk.aws_redshift.CfnCluster.EndpointProperty
TypeScript aws-cdk-lib » aws_redshift » CfnCluster » EndpointProperty

Describes a connection endpoint.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_redshift as redshift } from 'aws-cdk-lib';
const endpointProperty: redshift.CfnCluster.EndpointProperty = {
  address: 'address',
  port: 'port',
};

Properties

NameTypeDescription
address?stringThe DNS address of the cluster.
port?stringThe port that the database engine is listening on.

address?

Type: string (optional)

The DNS address of the cluster.

This property is read only.


port?

Type: string (optional)

The port that the database engine is listening on.

This property is read only.