GlobalTableKinesisStreamSpecificationArgs

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

Constructors

constructor(approximateCreationDateTimePrecision: Output<GlobalTableKinesisStreamSpecificationApproximateCreationDateTimePrecision>? = 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.

Functions

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