Integration Service Environment Properties Args
data class IntegrationServiceEnvironmentPropertiesArgs(val encryptionConfiguration: Output<IntegrationServiceEnvironmenEncryptionConfigurationArgs>? = null, val endpointsConfiguration: Output<FlowEndpointsConfigurationArgs>? = null, val integrationServiceEnvironmentId: Output<String>? = null, val networkConfiguration: Output<NetworkConfigurationArgs>? = null, val provisioningState: Output<Either<String, WorkflowProvisioningState>>? = null, val state: Output<Either<String, WorkflowState>>? = null) : ConvertibleToJava<IntegrationServiceEnvironmentPropertiesArgs>
The integration service environment properties.
Constructors
Link copied to clipboard
fun IntegrationServiceEnvironmentPropertiesArgs(encryptionConfiguration: Output<IntegrationServiceEnvironmenEncryptionConfigurationArgs>? = null, endpointsConfiguration: Output<FlowEndpointsConfigurationArgs>? = null, integrationServiceEnvironmentId: Output<String>? = null, networkConfiguration: Output<NetworkConfigurationArgs>? = null, provisioningState: Output<Either<String, WorkflowProvisioningState>>? = null, state: Output<Either<String, WorkflowState>>? = null)
Functions
Properties
Link copied to clipboard
val encryptionConfiguration: Output<IntegrationServiceEnvironmenEncryptionConfigurationArgs>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard