enum ApproximateCreationDateTimePrecision
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.DynamoDB.ApproximateCreationDateTimePrecision |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdynamodb#ApproximateCreationDateTimePrecision |
Java | software.amazon.awscdk.services.dynamodb.ApproximateCreationDateTimePrecision |
Python | aws_cdk.aws_dynamodb.ApproximateCreationDateTimePrecision |
TypeScript (source) | aws-cdk-lib » aws_dynamodb » ApproximateCreationDateTimePrecision |
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.
Members
| Name | Description |
|---|---|
| MILLISECOND | Millisecond precision. |
| MICROSECOND | Microsecond precision. |
MILLISECOND
Millisecond precision.
MICROSECOND
Microsecond precision.

.NET
Go
Java
Python
TypeScript (