KinesisStreamSpecificationResponse

data class KinesisStreamSpecificationResponse(val approximateCreationDateTimePrecision: String? = null, val streamArn: String? = null)

Definition of KinesisStreamSpecification

Constructors

Link copied to clipboard
constructor(approximateCreationDateTimePrecision: String? = null, streamArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val streamArn: String? = null

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