Interface: IEndpointSpec
Properties of an EndpointSpec.
Hierarchy
-
↳
IEndpointSpec
Properties
description
• Optional description: null | $Properties
The markdown description of the endpoint - optional. temporal:versioning:min_version=v0.4.0
Inherited from
descriptionDeprecated
• Optional descriptionDeprecated: null | string
Deprecated: Not supported after v0.4.0 api version. Use description instead. temporal:versioning:max_version=v0.4.0
Inherited from
$Properties.descriptionDeprecated
name
• Optional name: null | string
The name of the endpoint. Must be unique within an account.
The name must match ^[a-zA-Z][a-zA-Z0-9\-]*[a-zA-Z0-9]$.
This field is mutable.
Inherited from
policySpecs
• Optional policySpecs: null | $Properties[]
The set of policies (e.g. authorization) for the endpoint. Each request's caller must match with at least one of the specs to be accepted by the endpoint. This field is mutable.
Inherited from
targetSpec
• Optional targetSpec: null | $Properties
Indicates where the endpoint should forward received nexus requests to.