Class DeleteGlobalTableWitnessGroupMemberAction

java.lang.Object
software.amazon.awssdk.services.dynamodb.model.DeleteGlobalTableWitnessGroupMemberAction
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<DeleteGlobalTableWitnessGroupMemberAction.Builder,DeleteGlobalTableWitnessGroupMemberAction>

@Generated("software.amazon.awssdk:codegen") public final class DeleteGlobalTableWitnessGroupMemberAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeleteGlobalTableWitnessGroupMemberAction.Builder,DeleteGlobalTableWitnessGroupMemberAction>

Specifies the action to remove a witness Region from a MRSC global table. You cannot delete a single witness from a MRSC global table - you must delete both a replica and the witness together. The deletion of both a witness and replica converts the remaining replica to a single-Region DynamoDB table.

See Also: