AwsKinesisStreamDetails

Provides information about an Amazon Kinesis data stream.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the Kinesis data stream.

Link copied to clipboard
val name: String?

The name of the Kinesis stream. If you don't specify a name, CloudFront generates a unique physical ID and uses that ID for the stream name.

Link copied to clipboard

The number of hours for the data records that are stored in shards to remain accessible.

Link copied to clipboard

The number of shards that the stream uses.

Link copied to clipboard

When specified, enables or updates server-side encryption using an KMS key for a specified stream. Removing this property from your stack template and updating your stack disables encryption.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String