Skip to main content

Interface: $Properties

v1.Namespace.$Properties

Properties of a Namespace.

Hierarchy

Properties

activeRegion

Optional activeRegion: null | string

The currently active region for the namespace.


asyncOperationId

Optional asyncOperationId: null | string

The id of the async operation that is creating/updating/deleting the namespace, if any.


capacity

Optional capacity: null | $Properties

The status of namespace's capacity, if any.


connectivityRules

Optional connectivityRules: null | $Properties[]

The connectivity rules that are set on this namespace.


createdTime

Optional createdTime: null | $Properties

The date and time when the namespace was created.


endpoints

Optional endpoints: null | $Properties

The endpoints for the namespace.


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.


limits

Optional limits: null | $Properties

The limits set on the namespace currently.


namespace

Optional namespace: null | string

The namespace identifier.


privateConnectivities

Optional privateConnectivities: null | $Properties[]

The private connectivities for the namespace, if any.


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


replicas

Optional replicas: null | $Properties[]

The status of each replica where the namespace is available. temporal:versioning:min_version=v0.13.0


resourceVersion

Optional resourceVersion: null | string

The current version of the namespace specification. The next update operation will have to include this version.


spec

Optional spec: null | $Properties

The namespace specification.


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


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


tags

Optional tags: null | { [k: string]: string; }

The tags for the namespace.