EndpointPropertiesArgs

data class EndpointPropertiesArgs(val resourceId: Output<String>? = null, val type: Output<Either<String, Type>>) : ConvertibleToJava<EndpointPropertiesArgs>

Endpoint details

Constructors

Link copied to clipboard
constructor(resourceId: Output<String>? = null, type: Output<Either<String, Type>>)

Properties

Link copied to clipboard
val resourceId: Output<String>? = null

The resource Id of the connectivity endpoint (optional).

Link copied to clipboard
val type: Output<Either<String, Type>>

The type of endpoint.

Functions

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