ApproximateCreationDateTimePrecision

class aws_cdk.aws_dynamodb.ApproximateCreationDateTimePrecision(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

The precision associated with the DynamoDB write timestamps that will be replicated to Kinesis.

The default setting for record timestamp precision is microseconds. You can change this setting at any time.

See:

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-kinesisstreamspecification.html#aws-properties-dynamodb-table-kinesisstreamspecification-properties

Attributes

MICROSECOND

Microsecond precision.

MILLISECOND

Millisecond precision.