TableKinesisStreamSpecificationArgs

data class TableKinesisStreamSpecificationArgs(val approximateCreationDateTimePrecision: Output<TableKinesisStreamSpecificationApproximateCreationDateTimePrecision>? = null, val streamArn: Output<String>) : ConvertibleToJava<TableKinesisStreamSpecificationArgs>

The Kinesis Data Streams configuration for the specified table.

Constructors

Link copied to clipboard
constructor(approximateCreationDateTimePrecision: Output<TableKinesisStreamSpecificationApproximateCreationDateTimePrecision>? = null, streamArn: Output<String>)

Properties

Link copied to clipboard

The precision for the time and date that the stream was created.

Link copied to clipboard
val streamArn: Output<String>

The ARN for a specific Kinesis data stream. Length Constraints: Minimum length of 37. Maximum length of 1024.

Functions

Link copied to clipboard
open override fun toJava(): TableKinesisStreamSpecificationArgs