Interface CfnCacheCluster.IEndpointProperty
Namespace: Amazon.CDK.AWS.ElastiCache
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnCacheCluster.IEndpointProperty
Syntax (vb)
Public Interface CfnCacheCluster.IEndpointProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ElastiCache;
var endpointProperty = new EndpointProperty {
Address = "address",
Port = "port"
};
Synopsis
Properties
| Address | |
| Port |
Properties
Address
string? Address { get; }
Property Value
Remarks
Port
string? Port { get; }