Delivery Stream Encryption Configuration Input
data class DeliveryStreamEncryptionConfigurationInput(val keyArn: String? = null, val keyType: DeliveryStreamEncryptionConfigurationInputKeyType)
Properties
Link copied to clipboard
Indicates the type of customer master key (CMK) to use for encryption. The default setting is AWS_OWNED_CMK
. For more information about CMKs, see Customer Master Keys (CMKs) . You can use a CMK of type CUSTOMER_MANAGED_CMK to encrypt up to 500 delivery streams.