| Package | Description |
|---|---|
| software.amazon.awscdk.services.kinesis |
Amazon Kinesis Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static Stream.Builder |
Stream.Builder.create(software.constructs.Construct scope,
String id) |
Stream.Builder |
Stream.Builder.encryption(StreamEncryption encryption)
The kind of server-side encryption to apply to this stream.
|
Stream.Builder |
Stream.Builder.encryptionKey(IKey encryptionKey)
External KMS key to use for stream encryption.
|
Stream.Builder |
Stream.Builder.retentionPeriod(Duration retentionPeriod)
The number of hours for the data records that are stored in shards to remain accessible.
|
Stream.Builder |
Stream.Builder.shardCount(Number shardCount)
The number of shards for the stream.
|
Stream.Builder |
Stream.Builder.streamMode(StreamMode streamMode)
The capacity mode of this stream.
|
Stream.Builder |
Stream.Builder.streamName(String streamName)
Enforces a particular physical stream name.
|
Copyright © 2022. All rights reserved.