Skip to main content

AWSDAXClusterEndpoint

No description

type AWSDAXClusterEndpoint {
address: String!
port: Int!
url: String!
}

Fields

AWSDAXClusterEndpoint.address ● String! non-null scalar

The DNS hostname of the endpoint

AWSDAXClusterEndpoint.port ● Int! non-null scalar

The port number that applications should use to connect to the endpoint

AWSDAXClusterEndpoint.url ● String! non-null scalar

The URL that applications should use to connect to the endpoint

Member of

AWSDAXCluster object ● AWSDAXClusterNode object