Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.kinesis.CfnStreamPropsMixin.Builder
Packages that use CfnStreamPropsMixin.Builder
-
Uses of CfnStreamPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.kinesis
Methods in software.amazon.awscdk.cfnpropertymixins.services.kinesis that return CfnStreamPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnStreamPropsMixin.BuilderCfnStreamPropsMixin.Builder.create()static CfnStreamPropsMixin.BuilderCfnStreamPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnStreamPropsMixin.Builder.desiredShardLevelMetrics(List<String> desiredShardLevelMetrics) A list of shard-level metrics in properties to enable enhanced monitoring mode.CfnStreamPropsMixin.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.CfnStreamPropsMixin.Builder.retentionPeriodHours(Number retentionPeriodHours) The number of hours for the data records that are stored in shards to remain accessible.CfnStreamPropsMixin.Builder.shardCount(Number shardCount) The number of shards that the stream uses.CfnStreamPropsMixin.Builder.streamEncryption(CfnStreamPropsMixin.StreamEncryptionProperty streamEncryption) When specified, enables or updates server-side encryption using an AWS KMS key for a specified stream.CfnStreamPropsMixin.Builder.streamEncryption(IResolvable streamEncryption) When specified, enables or updates server-side encryption using an AWS KMS key for a specified stream.CfnStreamPropsMixin.Builder.streamModeDetails(CfnStreamPropsMixin.StreamModeDetailsProperty streamModeDetails) Specifies the capacity mode to which you want to set your data stream.CfnStreamPropsMixin.Builder.streamModeDetails(IResolvable 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.CfnStreamPropsMixin.Builder.warmThroughputMiBps(Number warmThroughputMiBps) The target warm throughput in MB/s that the stream should be scaled to handle.