Service Endpoint Args
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>
Content copied to clipboard