State Machine Encryption Configuration
data class StateMachineEncryptionConfiguration(val kmsDataKeyReusePeriodSeconds: Int? = null, val kmsKeyId: String? = null, val type: String? = null)
Properties
Link copied to clipboard
Maximum duration for which Step Functions will reuse data keys. When the period expires, Step Functions will call GenerateDataKey. This setting only applies to customer managed KMS key and does not apply when type
is AWS_OWNED_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.