Stream

class Stream : KotlinCustomResource

Resource Type definition for AWS::Kinesis::Stream

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon resource name (ARN) of the Kinesis stream

Link copied to clipboard

The final list of shard-level metrics

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>?

The name of the Kinesis stream.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard
val shardCount: Output<Int>?

The number of shards that the stream uses. Required when StreamMode = PROVISIONED is passed.

Link copied to clipboard

When specified, enables or updates server-side encryption using an AWS KMS key for a specified stream.

Link copied to clipboard

The mode in which the stream is running.

Link copied to clipboard
val tags: Output<List<Tag>>?

An arbitrary set of tags (key–value pairs) to associate with the Kinesis stream.

Link copied to clipboard
val urn: Output<String>