Class GlobalTableArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.DynamoDB
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GlobalTableArgs : ResourceArgs
Constructors
View SourceGlobalTableArgs()
Declaration
public GlobalTableArgs()
Properties
View SourceName
The name of the global table. Must match underlying DynamoDB Table names in all regions.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Replicas
Underlying DynamoDB Table. At least 1 replica must be defined. See below.
Declaration
public InputList<GlobalTableReplicaArgs> Replicas { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<GlobalTableReplicaArgs> |