AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Represents one of the following:
A new witness to be added to a new global table.
An existing witness to be removed from an existing global table.
You can configure one witness per MRSC global table.
Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z
public class GlobalTableWitnessGroupUpdate
The GlobalTableWitnessGroupUpdate type exposes the following members
Name | Description | |
---|---|---|
![]() |
GlobalTableWitnessGroupUpdate() |
Name | Type | Description | |
---|---|---|---|
![]() |
Create | Amazon.DynamoDBv2.Model.CreateGlobalTableWitnessGroupMemberAction |
Gets and sets the property Create. Specifies a witness Region to be added to a new MRSC global table. The witness must be added when creating the MRSC global table. |
![]() |
Delete | Amazon.DynamoDBv2.Model.DeleteGlobalTableWitnessGroupMemberAction |
Gets and sets the property Delete. Specifies a witness Region to be removed from an existing global table. Must be done in conjunction with removing a replica. The deletion of both a witness and replica converts the remaining replica to a single-Region DynamoDB table. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer