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
                fun IntegrationServiceEnvironmenEncryptionConfigurationArgs(encryptionKeyReference: Output<IntegrationServiceEnvironmenEncryptionKeyReferenceArgs>? = null)