State Machine Encryption Configuration
data class StateMachineEncryptionConfiguration(val kmsDataKeyReusePeriodSeconds: Int? = null, val kmsKeyId: String? = null, val type: StateMachineEncryptionConfigurationType)
Constructors
Link copied to clipboard
constructor(kmsDataKeyReusePeriodSeconds: Int? = null, kmsKeyId: String? = null, type: StateMachineEncryptionConfigurationType)