@pulumi/aws-native
Version:
The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)
17 lines (16 loc) • 1.01 kB
TypeScript
export declare const GlobalTableKinesisStreamSpecificationApproximateCreationDateTimePrecision: {
readonly Microsecond: "MICROSECOND";
readonly Millisecond: "MILLISECOND";
};
/**
* The precision for the time and date that the stream was created.
*/
export type GlobalTableKinesisStreamSpecificationApproximateCreationDateTimePrecision = (typeof GlobalTableKinesisStreamSpecificationApproximateCreationDateTimePrecision)[keyof typeof GlobalTableKinesisStreamSpecificationApproximateCreationDateTimePrecision];
export declare const TableKinesisStreamSpecificationApproximateCreationDateTimePrecision: {
readonly Microsecond: "MICROSECOND";
readonly Millisecond: "MILLISECOND";
};
/**
* The precision for the time and date that the stream was created.
*/
export type TableKinesisStreamSpecificationApproximateCreationDateTimePrecision = (typeof TableKinesisStreamSpecificationApproximateCreationDateTimePrecision)[keyof typeof TableKinesisStreamSpecificationApproximateCreationDateTimePrecision];