Skip to main content

AWSDynamoDBTableReplica

No description

type AWSDynamoDBTableReplica {
globalSecondaryIndexes: [AWSDynamoDBTableReplicaGlobalSecondaryIndex!]!
kmsMasterKeyId: String!
provisionedThroughputOverride: AWSDynamoDBTableProvisionedThroughputOverride
regionName: String!
replicaInaccessibleAt: DateTime
status: AWSDynamoDBTableReplicaStatusType!
statusDescription: String!
statusPercentProgress: String!
tableClassSummary: AWSDynamoDBTableClassSummary
}

Fields

AWSDynamoDBTableReplica.globalSecondaryIndexes ● [AWSDynamoDBTableReplicaGlobalSecondaryIndex!]! non-null object

Replica-specific global secondary index settings

AWSDynamoDBTableReplica.kmsMasterKeyId ● String! non-null scalar

The KMS key of the replica that will be used for KMS encryption

AWSDynamoDBTableReplica.provisionedThroughputOverride ● AWSDynamoDBTableProvisionedThroughputOverride object

Replica-specific provisioned throughput. If not described, uses the source table's provisioned throughput settings

AWSDynamoDBTableReplica.regionName ● String! non-null scalar

The name of the Region

AWSDynamoDBTableReplica.replicaInaccessibleAt ● DateTime scalar

The time at which the replica was first detected as inaccessible. To determine cause of inaccessibility check the ReplicaStatus property

AWSDynamoDBTableReplica.status ● AWSDynamoDBTableReplicaStatusType! non-null enum

The current state of the replica

AWSDynamoDBTableReplica.statusDescription ● String! non-null scalar

Detailed information about the replica status

AWSDynamoDBTableReplica.statusPercentProgress ● String! non-null scalar

The progress of a Create, Update, or Delete action on the replica as a percentage

AWSDynamoDBTableReplica.tableClassSummary ● AWSDynamoDBTableClassSummary object

The details of the table class

Member of

AWSDynamoDBTable object