Activity Encryption Configuration
data class ActivityEncryptionConfiguration(val kmsDataKeyReusePeriodSeconds: Int? = null, val kmsKeyId: String? = null, val type: ActivityEncryptionConfigurationType)
Constructors
Link copied to clipboard
constructor(kmsDataKeyReusePeriodSeconds: Int? = null, kmsKeyId: String? = null, type: ActivityEncryptionConfigurationType)