ServiceEndpointArgs

data class ServiceEndpointArgs(val endpointEnabled: Output<Boolean>? = null, val endpointType: Output<String>? = null) : ConvertibleToJava<ServiceEndpointArgs>

Import

Message Service Endpoint can be imported using the id, e.g.

$ pulumi import alicloud:message/serviceEndpoint:ServiceEndpoint example <id>

Constructors

Link copied to clipboard
constructor(endpointEnabled: Output<Boolean>? = null, endpointType: Output<String>? = null)

Properties

Link copied to clipboard
val endpointEnabled: Output<Boolean>? = null

Specifies whether the endpoint is enabled. Valid values:

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

Access point type. Value:

Functions

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