Interface: INamespace
Properties of a Namespace.
Hierarchy
-
↳
INamespace
Properties
activeRegion
• Optional activeRegion: null | string
The currently active region for the namespace.
Inherited from
asyncOperationId
• Optional asyncOperationId: null | string
The id of the async operation that is creating/updating/deleting the namespace, if any.
Inherited from
capacity
• Optional capacity: null | $Properties
The status of namespace's capacity, if any.
Inherited from
connectivityRules
• Optional connectivityRules: null | $Properties[]
The connectivity rules that are set on this namespace.
Inherited from
createdTime
• Optional createdTime: null | $Properties
The date and time when the namespace was created.
Inherited from
endpoints
• Optional endpoints: null | $Properties
The endpoints for the namespace.
Inherited from
lastModifiedTime
• Optional lastModifiedTime: null | $Properties
The date and time when the namespace was last modified. Will not be set if the namespace has never been modified.
Inherited from
limits
• Optional limits: null | $Properties
The limits set on the namespace currently.
Inherited from
namespace
• Optional namespace: null | string
The namespace identifier.
Inherited from
privateConnectivities
• Optional privateConnectivities: null | $Properties[]
The private connectivities for the namespace, if any.
Inherited from
$Properties.privateConnectivities
regionStatus
• Optional regionStatus: null | { [k: string]: $Properties; }
The status of each region where the namespace is available. The id of the region is the key and the status is the value of the map. deprecated: Use replicas field instead. temporal:versioning:max_version=v0.15.0
Inherited from
replicas
• Optional replicas: null | $Properties[]
The status of each replica where the namespace is available. temporal:versioning:min_version=v0.13.0
Inherited from
resourceVersion
• Optional resourceVersion: null | string
The current version of the namespace specification. The next update operation will have to include this version.
Inherited from
spec
• Optional spec: null | $Properties
The namespace specification.
Inherited from
state
• Optional state: null | ResourceState
The current state of the namespace. For any failed state, reach out to Temporal Cloud support for remediation. temporal:versioning:min_version=v0.3.0 temporal:enums:replaces=state_deprecated
Inherited from
stateDeprecated
• Optional stateDeprecated: null | string
The current state of the namespace. Deprecated: Not supported after v0.3.0 api version. Use state instead. temporal:versioning:max_version=v0.3.0
Inherited from
tags
• Optional tags: null | { [k: string]: string; }
The tags for the namespace.