Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Builder for GetStreamPlainArgs.
Link copied to clipboard
data class StreamEncryptionArgs(val encryptionType: Output<StreamEncryptionEncryptionType>, val keyId: Output<String>) : ConvertibleToJava<StreamEncryptionArgs>
When specified, enables or updates server-side encryption using an AWS KMS key for a specified stream. Removing this property from your stack template and updating your stack disables encryption.
Link copied to clipboard
Builder for StreamEncryptionArgs.
Link copied to clipboard
data class StreamModeDetailsArgs(val streamMode: Output<StreamModeDetailsStreamMode>) : ConvertibleToJava<StreamModeDetailsArgs>
When specified, enables or updates the mode of stream. Default is PROVISIONED.
Link copied to clipboard
Builder for StreamModeDetailsArgs.
Link copied to clipboard
data class StreamTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<StreamTagArgs>
An arbitrary set of tags (key-value pairs) to associate with the Kinesis stream.
Link copied to clipboard
class StreamTagArgsBuilder
Builder for StreamTagArgs.