Uses of Class
software.amazon.awscdk.services.kinesis.CfnStream.Builder
Packages that use CfnStream.Builder
-
Uses of CfnStream.Builder in software.amazon.awscdk.services.kinesis
Methods in software.amazon.awscdk.services.kinesis that return CfnStream.BuilderModifier and TypeMethodDescriptionstatic CfnStream.BuilderCfnStream.Builder.desiredShardLevelMetrics(List<String> desiredShardLevelMetrics) A list of shard-level metrics in properties to enable enhanced monitoring mode.CfnStream.Builder.maxRecordSizeInKiB(Number maxRecordSizeInKiB) The maximum record size of a single record in kibibyte (KiB) that you can write to, and read from a stream.The name of the Kinesis stream.CfnStream.Builder.retentionPeriodHours(Number retentionPeriodHours) The number of hours for the data records that are stored in shards to remain accessible.CfnStream.Builder.shardCount(Number shardCount) The number of shards that the stream uses.CfnStream.Builder.streamEncryption(IResolvable streamEncryption) When specified, enables or updates server-side encryption using an AWS KMS key for a specified stream.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.streamModeDetails(IResolvable streamModeDetails) Specifies the capacity mode to which you want to set your data stream.CfnStream.Builder.streamModeDetails(CfnStream.StreamModeDetailsProperty streamModeDetails) Specifies the capacity mode to which you want to set your data stream.An arbitrary set of tags (key–value pairs) to associate with the Kinesis stream.CfnStream.Builder.warmThroughputMiBps(Number warmThroughputMiBps) The target warm throughput in MB/s that the stream should be scaled to handle.