Activity Encryption Configuration Args
data class ActivityEncryptionConfigurationArgs(val kmsDataKeyReusePeriodSeconds: Output<Int>? = null, val kmsKeyId: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<ActivityEncryptionConfigurationArgs>
Properties
Link copied to clipboard
Maximum duration for which Activities will reuse data keys. When the period expires, Activities will call GenerateDataKey. This setting only applies to customer managed KMS key and does not apply to AWS owned KMS key.
Link copied to clipboard
The alias, alias ARN, key ID, or key ARN of the symmetric encryption KMS key that encrypts the data key. To specify a KMS key in a different AWS account, the customer must use the key ARN or alias ARN. For more information regarding kms_key_id, see KeyId in the KMS documentation.