Class CfnGlobalTable.StreamSpecificationProperty
Represents the DynamoDB Streams configuration for a table in DynamoDB.
Inheritance
System.Object
CfnGlobalTable.StreamSpecificationProperty
Implements
Namespace: Amazon.CDK.AWS.DynamoDB
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class StreamSpecificationProperty : Object, CfnGlobalTable.IStreamSpecificationProperty
Syntax (vb)
Public Class StreamSpecificationProperty
Inherits Object
Implements CfnGlobalTable.IStreamSpecificationProperty
Remarks
You can only modify this value if your AWS::DynamoDB::GlobalTable
contains only one entry in Replicas
. You must specify a value for this property if your AWS::DynamoDB::GlobalTable
contains more than one replica.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DynamoDB;
var streamSpecificationProperty = new StreamSpecificationProperty {
StreamViewType = "streamViewType"
};
Synopsis
Constructors
StreamSpecificationProperty() |
Properties
StreamViewType | When an item in the table is modified, |
Constructors
StreamSpecificationProperty()
public StreamSpecificationProperty()
Properties
StreamViewType
When an item in the table is modified, StreamViewType
determines what information is written to the stream for this table.
public string StreamViewType { get; set; }
Property Value
System.String