IntegrationServiceEnvironmentAccessEndpointArgs

data class IntegrationServiceEnvironmentAccessEndpointArgs(val type: Output<Either<String, IntegrationServiceEnvironmentAccessEndpointType>>? = null) : ConvertibleToJava<IntegrationServiceEnvironmentAccessEndpointArgs>

The integration service environment access endpoint.

Constructors

constructor(type: Output<Either<String, IntegrationServiceEnvironmentAccessEndpointType>>? = null)

Properties

Link copied to clipboard

The access endpoint type.

Functions

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