Integration Service Environmen Encryption Configuration Args
data class IntegrationServiceEnvironmenEncryptionConfigurationArgs(val encryptionKeyReference: Output<IntegrationServiceEnvironmenEncryptionKeyReferenceArgs>? = null) : ConvertibleToJava<IntegrationServiceEnvironmenEncryptionConfigurationArgs>
The encryption configuration for the integration service environment.
Constructors
Link copied to clipboard
constructor(encryptionKeyReference: Output<IntegrationServiceEnvironmenEncryptionKeyReferenceArgs>? = null)