| Package | Description |
|---|---|
| software.amazon.awscdk.services.kinesis |
Amazon Kinesis Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnStream.Builder |
CfnStream.Builder.create(software.constructs.Construct scope,
String id) |
CfnStream.Builder |
CfnStream.Builder.name(String name)
The name of the Kinesis stream.
|
CfnStream.Builder |
CfnStream.Builder.retentionPeriodHours(Number retentionPeriodHours)
The number of hours for the data records that are stored in shards to remain accessible.
|
CfnStream.Builder |
CfnStream.Builder.shardCount(Number shardCount)
The number of shards that the stream uses.
|
CfnStream.Builder |
CfnStream.Builder.streamEncryption(CfnStream.StreamEncryptionProperty streamEncryption)
When specified, enables or updates server-side encryption using an AWS KMS key for a specified stream.
|
CfnStream.Builder |
CfnStream.Builder.streamEncryption(IResolvable streamEncryption)
When specified, enables or updates server-side encryption using an AWS KMS key for a specified stream.
|
CfnStream.Builder |
CfnStream.Builder.streamModeDetails(CfnStream.StreamModeDetailsProperty streamModeDetails)
Specifies the capacity mode to which you want to set your data stream.
|
CfnStream.Builder |
CfnStream.Builder.streamModeDetails(IResolvable streamModeDetails)
Specifies the capacity mode to which you want to set your data stream.
|
CfnStream.Builder |
CfnStream.Builder.tags(List<? extends CfnTag> tags)
An arbitrary set of tags (key–value pairs) to associate with the Kinesis stream.
|
Copyright © 2022. All rights reserved.