Class CfnGlobalTable.KinesisStreamSpecificationProperty
The Kinesis Data Streams configuration for the specified global table replica.
Inheritance
Namespace: Amazon.CDK.AWS.DynamoDB
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class KinesisStreamSpecificationProperty : Object, CfnGlobalTable.IKinesisStreamSpecificationProperty
Syntax (vb)
Public Class KinesisStreamSpecificationProperty
Inherits Object
Implements CfnGlobalTable.IKinesisStreamSpecificationProperty
Remarks
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 kinesisStreamSpecificationProperty = new KinesisStreamSpecificationProperty {
StreamArn = "streamArn",
// the properties below are optional
ApproximateCreationDateTimePrecision = "approximateCreationDateTimePrecision"
};
Synopsis
Constructors
Kinesis |
Properties
Approximate |
The precision for the time and date that the stream was created. |
Stream |
The ARN for a specific Kinesis data stream. |
Constructors
KinesisStreamSpecificationProperty()
public KinesisStreamSpecificationProperty()
Properties
ApproximateCreationDateTimePrecision
The precision for the time and date that the stream was created.
public string ApproximateCreationDateTimePrecision { get; set; }
Property Value
System.
Remarks
StreamArn
The ARN for a specific Kinesis data stream.
public string StreamArn { get; set; }
Property Value
System.