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
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
val encryptionConfiguration: Output<IntegrationServiceEnvironmenEncryptionConfigurationArgs>? = null
The encryption configuration.
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
The provisioning state.
Link copied to clipboard
The integration service environment state.