Class GetClusterResult
Inheritance
System.Object
GetClusterResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetClusterResult
Fields
View Source
Arn
Declaration
public readonly string Arn
Field Value
| Type |
Description |
| System.String |
|
View Source
AvailabilityZone
The Availability Zone for the cache cluster.
Declaration
public readonly string AvailabilityZone
Field Value
| Type |
Description |
| System.String |
|
View Source
CacheNodes
List of node objects including id, address, port and availability_zone.
Referenceable e.g. as ${data.aws_elasticache_cluster.bar.cache_nodes.0.address}
Declaration
public readonly ImmutableArray<GetClusterCacheNodeResult> CacheNodes
Field Value
View Source
ClusterAddress
(Memcached only) The DNS name of the cache cluster without the port appended.
Declaration
public readonly string ClusterAddress
Field Value
| Type |
Description |
| System.String |
|
View Source
ClusterId
Declaration
public readonly string ClusterId
Field Value
| Type |
Description |
| System.String |
|
View Source
ConfigurationEndpoint
(Memcached only) The configuration endpoint to allow host discovery.
Declaration
public readonly string ConfigurationEndpoint
Field Value
| Type |
Description |
| System.String |
|
View Source
Engine
Name of the cache engine.
Declaration
public readonly string Engine
Field Value
| Type |
Description |
| System.String |
|
View Source
EngineVersion
Version number of the cache engine.
Declaration
public readonly string EngineVersion
Field Value
| Type |
Description |
| System.String |
|
View Source
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type |
Description |
| System.String |
|
View Source
MaintenanceWindow
Specifies the weekly time range for when maintenance
on the cache cluster is performed.
Declaration
public readonly string MaintenanceWindow
Field Value
| Type |
Description |
| System.String |
|
View Source
NodeType
Declaration
public readonly string NodeType
Field Value
| Type |
Description |
| System.String |
|
View Source
NotificationTopicArn
An Amazon Resource Name (ARN) of an
SNS topic that ElastiCache notifications get sent to.
Declaration
public readonly string NotificationTopicArn
Field Value
| Type |
Description |
| System.String |
|
View Source
NumCacheNodes
The number of cache nodes that the cache cluster has.
Declaration
public readonly int NumCacheNodes
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
ParameterGroupName
Name of the parameter group associated with this cache cluster.
Declaration
public readonly string ParameterGroupName
Field Value
| Type |
Description |
| System.String |
|
View Source
Port
The port number on which each of the cache nodes will
accept connections.
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
ReplicationGroupId
The replication group to which this cache cluster belongs.
Declaration
public readonly string ReplicationGroupId
Field Value
| Type |
Description |
| System.String |
|
View Source
SecurityGroupIds
List VPC security groups associated with the cache cluster.
Declaration
public readonly ImmutableArray<string> SecurityGroupIds
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
SecurityGroupNames
List of security group names associated with this cache cluster.
Declaration
public readonly ImmutableArray<string> SecurityGroupNames
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
SnapshotRetentionLimit
The number of days for which ElastiCache will
retain automatic cache cluster snapshots before deleting them.
Declaration
public readonly int SnapshotRetentionLimit
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
SnapshotWindow
The daily time range (in UTC) during which ElastiCache will
begin taking a daily snapshot of the cache cluster.
Declaration
public readonly string SnapshotWindow
Field Value
| Type |
Description |
| System.String |
|
View Source
SubnetGroupName
Name of the subnet group associated to the cache cluster.
Declaration
public readonly string SubnetGroupName
Field Value
| Type |
Description |
| System.String |
|
View Source
The tags assigned to the resource
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
|