EndpointPropertiesArgs

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

Endpoint details

Constructors

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

Functions

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

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.