InstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfigArgs

data class InstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfigArgs(val encryptionType: Output<String>, val keyId: Output<String>) : ConvertibleToJava<InstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfigArgs>

Constructors

constructor(encryptionType: Output<String>, keyId: Output<String>)

Properties

Link copied to clipboard
val encryptionType: Output<String>

The type of encryption. Valid Values: KMS.

Link copied to clipboard
val keyId: Output<String>

The full ARN of the encryption key. Be sure to provide the full ARN of the encryption key, not just the ID.

Functions

Link copied to clipboard
open override fun toJava(): InstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfigArgs