IntegrationServiceEnvironmentPropertiesArgs

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

constructor(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)

Properties

Link copied to clipboard
Link copied to clipboard

The endpoints configuration.

Link copied to clipboard

Gets the tracking id.

Link copied to clipboard

The network configuration.

Link copied to clipboard
val provisioningState: Output<Either<String, WorkflowProvisioningState>>? = null

The provisioning state.

Link copied to clipboard
val state: Output<Either<String, WorkflowState>>? = null

The integration service environment state.

Functions

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