Interface: IEndpointSpec
Properties of an EndpointSpec.
Implemented by
Properties
metadata
• Optional
metadata: null
| IUserMetadata
EndpointSpec metadata
name
• Optional
name: null
| string
Endpoint name, unique for this cluster. Must match [a-zA-Z_][a-zA-Z0-9_]*
.
Renaming an endpoint breaks all workflow callers that reference this endpoint, causing operations to fail.
target
• Optional
target: null
| IEndpointTarget
Target to route requests to.