KinesisStreamSpecificationArgs

data class KinesisStreamSpecificationArgs(val approximateCreationDateTimePrecision: Output<Either<String, KinesisStreamSpecificationApproximateCreationDateTimePrecision>>? = null, val streamArn: Output<String>? = null) : ConvertibleToJava<KinesisStreamSpecificationArgs>

Definition of KinesisStreamSpecification

Constructors

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

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>? = null

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(): KinesisStreamSpecificationArgs