AWS SDK Version 4 for .NET
API Reference

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:

You can configure one witness per MRSC global table.

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.Model.GlobalTableWitnessGroupUpdate

Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z

Syntax

C#
public class GlobalTableWitnessGroupUpdate

The GlobalTableWitnessGroupUpdate type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property 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.

Public Property 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.

Version Information

.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