service Endpoint
suspend fun serviceEndpoint(name: String, block: suspend ServiceEndpointResourceBuilder.() -> Unit): ServiceEndpoint
Parameters
name
The unique name of the resulting resource.
block
Builder for ServiceEndpoint.
See also
Parameters
name
The unique name of the resulting resource.