interface EndpointProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ElastiCache.CfnCacheClusterPropsMixin.EndpointProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awselasticache#CfnCacheClusterPropsMixin_EndpointProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.elasticache.CfnCacheClusterPropsMixin.EndpointProperty |
Python | aws_cdk.cfn_property_mixins.aws_elasticache.CfnCacheClusterPropsMixin.EndpointProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_elasticache » CfnCacheClusterPropsMixin » EndpointProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_elasticache as elasticache } from '@aws-cdk/cfn-property-mixins';
const endpointProperty: elasticache.CfnCacheClusterPropsMixin.EndpointProperty = {
address: 'address',
port: 'port',
};
Properties
| Name | Type | Description |
|---|---|---|
| address? | string | |
| port? | string |
address?
Type:
string
(optional)
port?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript