Delivery Stream Encryption Configuration Input Args
data class DeliveryStreamEncryptionConfigurationInputArgs(val keyArn: Output<String>? = null, val keyType: Output<DeliveryStreamEncryptionConfigurationInputKeyType>) : ConvertibleToJava<DeliveryStreamEncryptionConfigurationInputArgs>
Constructors
Link copied to clipboard
constructor(keyArn: Output<String>? = null, keyType: Output<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.