Skip to main content

AWSRedshiftClusterEndpoint

No description

type AWSRedshiftClusterEndpoint {
address: String!
port: Int!
vpcEndpoints: [AWSRedshiftClusterVPCEndpoint!]!
}

Fields

AWSRedshiftClusterEndpoint.address ● String! non-null scalar

The DNS address of the cluster

AWSRedshiftClusterEndpoint.port ● Int! non-null scalar

The port that the database engine is listening on

AWSRedshiftClusterEndpoint.vpcEndpoints ● [AWSRedshiftClusterVPCEndpoint!]! non-null object

Describes a connection endpoint

Member of

AWSRedshiftCluster object