AWSElastiCacheMemcachedCluster
No description
type AWSElastiCacheMemcachedCluster {
metadata: ResourceMetadata!
arn: String!
authTokenEnabled: Boolean!
authTokenLastModifiedAt: DateTime
createdAt: DateTime!
id: String!
status: AWSElastiCacheClusterStatusType!
nodeType: String!
nodes: [AWSElastiCacheNode!]!
parameterGroup: AWSElastiCacheParameterGroupStatus
securityGroups: [AWSElastiCacheSecurityGroupMembership!]!
subnetGroup: AWSElastiCacheSubnetGroup!
clientDownloadLandingPage: String!
configurationEndpoint: AWSElastiCacheEndpoint
engine: AWSElastiCacheEngineType!
engineVersion: String!
ipDiscoveryType: AWSElastiCacheIPAddressDiscoveryType!
logDeliveryConfigurations: [AWSElastiCacheLogDeliveryConfiguration!]!
networkType: AWSElastiCacheNetworkType!
notificationConfiguration: AWSElastiCacheNotificationConfiguration
numberOfCacheNodes: Int!
preferredAvailabilityZone: String!
preferredMaintenanceWindow: String!
preferredOutpostArn: String!
replicationGroupId: String!
replicationGroupLogDeliveryEnabled: Boolean!
vpcSecurityGroups: [AWSVPCSecurityGroup!]!
snapshotRetentionLimit: Int!
snapshotWindow: String!
transitEncryptionMode: AWSElastiCacheTransitEncryptionModeType!
}
Fields
AWSElastiCacheMemcachedCluster.metadata ● ResourceMetadata! non-null object
The metadata to identify this cluster in Shisho Cloud
AWSElastiCacheMemcachedCluster.arn ● String! non-null scalar
The ARN (Amazon Resource Name) of the cache cluster.
AWSElastiCacheMemcachedCluster.authTokenEnabled ● Boolean! non-null scalar
Indicates whether the auth token is enabled or not The default value: false
AWSElastiCacheMemcachedCluster.authTokenLastModifiedAt ● DateTime scalar
The date the auth token was last modified
AWSElastiCacheMemcachedCluster.createdAt ● DateTime! non-null scalar
The date and time when the cluster was created.
AWSElastiCacheMemcachedCluster.id ● String! non-null scalar
The user-supplied identifier of the cluster
AWSElastiCacheMemcachedCluster.status ● AWSElastiCacheClusterStatusType! non-null enum
The current state of this cluster
AWSElastiCacheMemcachedCluster.nodeType ● String! non-null scalar
The name of the compute and memory capacity node type for the cluster
AWSElastiCacheMemcachedCluster.nodes ● [AWSElastiCacheNode!]! non-null object
A list of cache nodes that are members of the cluster
AWSElastiCacheMemcachedCluster.parameterGroup ● AWSElastiCacheParameterGroupStatus object
The status of the cache parameter group
AWSElastiCacheMemcachedCluster.securityGroups ● [AWSElastiCacheSecurityGroupMembership!]! non-null object
A list of cache security group elements, composed of name and status sub-elements
AWSElastiCacheMemcachedCluster.subnetGroup ● AWSElastiCacheSubnetGroup! non-null object
The cache subnet group associated with the cluster
AWSElastiCacheMemcachedCluster.clientDownloadLandingPage ● String! non-null scalar
The URL of the web page where you can download the latest ElastiCache client library
AWSElastiCacheMemcachedCluster.configurationEndpoint ● AWSElastiCacheEndpoint object
Represents a Memcached cluster endpoint which can be used by an application to connect to any node in the cluster The example value:
mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211
AWSElastiCacheMemcachedCluster.engine ● AWSElastiCacheEngineType! non-null enum
The name of the cache engine to be used for this cluster.
AWSElastiCacheMemcachedCluster.engineVersion ● String! non-null scalar
The version of the cache engine that is used in this cluster.
AWSElastiCacheMemcachedCluster.ipDiscoveryType ● AWSElastiCacheIPAddressDiscoveryType! non-null enum
The network type used by the cluster
AWSElastiCacheMemcachedCluster.logDeliveryConfigurations ● [AWSElastiCacheLogDeliveryConfiguration!]! non-null object
The log delivery configuration including the destination, format and type of the logs
AWSElastiCacheMemcachedCluster.networkType ● AWSElastiCacheNetworkType! non-null enum
The network type used by the cluster
AWSElastiCacheMemcachedCluster.notificationConfiguration ● AWSElastiCacheNotificationConfiguration object
Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).
AWSElastiCacheMemcachedCluster.numberOfCacheNodes ● Int! non-null scalar
The number of cache nodes in the cluster. For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 40
AWSElastiCacheMemcachedCluster.preferredAvailabilityZone ● String! non-null scalar
The name of the Availability Zone in which the cluster is located or "Multiple" if the cache nodes are located in different Availability Zones.
AWSElastiCacheMemcachedCluster.preferredMaintenanceWindow ● String! non-null scalar
Indicates the weekly time range during which maintenance on the cluster is performed The example value: sun:23:00-mon:01:30
AWSElastiCacheMemcachedCluster.preferredOutpostArn ● String! non-null scalar
The outpost ARN in which the cache cluster is created
AWSElastiCacheMemcachedCluster.replicationGroupId ● String! non-null scalar
The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication group.
AWSElastiCacheMemcachedCluster.replicationGroupLogDeliveryEnabled ● Boolean! non-null scalar
Indicates whether log delivery is enabled for this cluster
AWSElastiCacheMemcachedCluster.vpcSecurityGroups ● [AWSVPCSecurityGroup!]! non-null object
A list of VPC Security Groups associated with the cluster
AWSElastiCacheMemcachedCluster.snapshotRetentionLimit ● Int! non-null scalar
The number of days for which ElastiCache retains automatic cluster snapshots before deleting them
AWSElastiCacheMemcachedCluster.snapshotWindow ● String! non-null scalar
The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster. The example value: 05:00-09:00
AWSElastiCacheMemcachedCluster.transitEncryptionMode ● AWSElastiCacheTransitEncryptionModeType! non-null enum
Describes to allow you to migrate your clients to use in-transit encryption, with no downtime
Member of
AWSElastiCacheMemcached object