aws-cdk-lib.aws_memorydb.CfnCluster.EndpointProperty

interface EndpointProperty

LanguageType name
.NETAmazon.CDK.AWS.MemoryDB.CfnCluster.EndpointProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmemorydb#CfnCluster_EndpointProperty
Javasoftware.amazon.awscdk.services.memorydb.CfnCluster.EndpointProperty
Pythonaws_cdk.aws_memorydb.CfnCluster.EndpointProperty
TypeScript aws-cdk-lib » aws_memorydb » CfnCluster » EndpointProperty

Represents the information required for client programs to connect to the cluster and its nodes.

Example

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

Properties

NameTypeDescription
address?stringThe DNS hostname of the node.
port?numberThe port number that the engine is listening on.

address?

Type: string (optional)

The DNS hostname of the node.


port?

Type: number (optional)

The port number that the engine is listening on.