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.
Attributes
- MICROSECOND
Microsecond precision.
- MILLISECOND
Millisecond precision.