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.