IntegrationServiceEnvironmenEncryptionConfigurationArgs

data class IntegrationServiceEnvironmenEncryptionConfigurationArgs(val encryptionKeyReference: Output<IntegrationServiceEnvironmenEncryptionKeyReferenceArgs>? = null) : ConvertibleToJava<IntegrationServiceEnvironmenEncryptionConfigurationArgs>

The encryption configuration for the integration service environment.

Constructors

constructor(encryptionKeyReference: Output<IntegrationServiceEnvironmenEncryptionKeyReferenceArgs>? = null)

Properties

Link copied to clipboard

The encryption key reference.

Functions

Link copied to clipboard
open override fun toJava(): IntegrationServiceEnvironmenEncryptionConfigurationArgs