メインコンテンツまでスキップ

AWSDAXCluster

No description

type AWSDAXCluster {
metadata: ResourceMetadata!
activeNodes: Int!
arn: String!
discoveryEndpoint: AWSDAXClusterEndpoint
endpointEncryptionType: AWSDAXClusterEndpointEncryptionType!
name: String!
description: String!
iamRoleArn: String!
nodeIdsToRemove: [String!]!
nodeType: String!
nodes: [AWSDAXClusterNode!]!
notificationConfiguration: AWSDAXClusterNotificationConfiguration
parameterGroup: AWSDAXClusterParameterGroupStatus
preferredMaintenanceWindow: String!
sseDescription: AWSDAXClusterSSEDescription
securityGroups: [AWSDAXClusterSecurityGroupMembership!]!
status: String!
subnetGroup: AWSDynamoDBSubnetGroup
totalNodes: Int!
}

Fields

AWSDAXCluster.metadata ● ResourceMetadata! non-null object

The metadata to identify this resource in Shisho Cloud

AWSDAXCluster.activeNodes ● Int! non-null scalar

The number of nodes in the cluster that are active

AWSDAXCluster.arn ● String! non-null scalar

The Amazon Resource Name (ARN) that uniquely identifies the cluster

AWSDAXCluster.discoveryEndpoint ● AWSDAXClusterEndpoint object

The endpoint for this DAX cluster, consisting of a DNS name, a port number, and a URL

AWSDAXCluster.endpointEncryptionType ● AWSDAXClusterEndpointEncryptionType! non-null enum

The type of encryption at rest that is used for the nodes in the cluster

AWSDAXCluster.name ● String! non-null scalar

The name of the DAX cluster

AWSDAXCluster.description ● String! non-null scalar

The description of the cluster

AWSDAXCluster.iamRoleArn ● String! non-null scalar

A valid Amazon Resource Name (ARN) that identifies an IAM role

AWSDAXCluster.nodeIdsToRemove ● [String!]! non-null scalar

A list of nodes to be removed from the cluster

AWSDAXCluster.nodeType ● String! non-null scalar

The node type for the nodes in the cluster

AWSDAXCluster.nodes ● [AWSDAXClusterNode!]! non-null object

A list of nodes that are currently in the cluster

AWSDAXCluster.notificationConfiguration ● AWSDAXClusterNotificationConfiguration object

Describes a notification topic and its status

AWSDAXCluster.parameterGroup ● AWSDAXClusterParameterGroupStatus object

The parameter group being used by nodes in the cluster

AWSDAXCluster.preferredMaintenanceWindow ● String! non-null scalar

A range of time when maintenance of DAX cluster software will be performed

AWSDAXCluster.sseDescription ● AWSDAXClusterSSEDescription object

The description of the server-side encryption status on the specified DAX cluster

AWSDAXCluster.securityGroups ● [AWSDAXClusterSecurityGroupMembership!]! non-null object

A list of security groups, and the status of each, for the nodes in the cluster

AWSDAXCluster.status ● String! non-null scalar

The current status of the cluster

AWSDAXCluster.subnetGroup ● AWSDynamoDBSubnetGroup object

The subnet group where the DAX cluster is running

AWSDAXCluster.totalNodes ● Int! non-null scalar

The total number of nodes in the cluster

Member of

AWSDynamoDB object