Temporal Cloud 1.1.1 published on Tuesday, Sep 30, 2025 by temporalio
temporalcloud.getNamespace
Temporal Cloud 1.1.1 published on Tuesday, Sep 30, 2025 by temporalio
Fetches details about a Namespace.
Using getNamespace
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getNamespace(args: GetNamespaceArgs, opts?: InvokeOptions): Promise<GetNamespaceResult>
function getNamespaceOutput(args: GetNamespaceOutputArgs, opts?: InvokeOptions): Output<GetNamespaceResult>def get_namespace(api_key_auth: Optional[bool] = None,
                  certificate_filters: Optional[Sequence[GetNamespaceCertificateFilter]] = None,
                  codec_server: Optional[GetNamespaceCodecServer] = None,
                  connectivity_rule_ids: Optional[Sequence[str]] = None,
                  custom_search_attributes: Optional[Mapping[str, str]] = None,
                  id: Optional[str] = None,
                  last_modified_time: Optional[str] = None,
                  private_connectivities: Optional[Sequence[GetNamespacePrivateConnectivity]] = None,
                  tags: Optional[Mapping[str, str]] = None,
                  opts: Optional[InvokeOptions] = None) -> GetNamespaceResult
def get_namespace_output(api_key_auth: Optional[pulumi.Input[bool]] = None,
                  certificate_filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetNamespaceCertificateFilterArgs]]]] = None,
                  codec_server: Optional[pulumi.Input[GetNamespaceCodecServerArgs]] = None,
                  connectivity_rule_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                  custom_search_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                  id: Optional[pulumi.Input[str]] = None,
                  last_modified_time: Optional[pulumi.Input[str]] = None,
                  private_connectivities: Optional[pulumi.Input[Sequence[pulumi.Input[GetNamespacePrivateConnectivityArgs]]]] = None,
                  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetNamespaceResult]func LookupNamespace(ctx *Context, args *LookupNamespaceArgs, opts ...InvokeOption) (*LookupNamespaceResult, error)
func LookupNamespaceOutput(ctx *Context, args *LookupNamespaceOutputArgs, opts ...InvokeOption) LookupNamespaceResultOutput> Note: This function is named LookupNamespace in the Go SDK.
public static class GetNamespace 
{
    public static Task<GetNamespaceResult> InvokeAsync(GetNamespaceArgs args, InvokeOptions? opts = null)
    public static Output<GetNamespaceResult> Invoke(GetNamespaceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNamespaceResult> getNamespace(GetNamespaceArgs args, InvokeOptions options)
public static Output<GetNamespaceResult> getNamespace(GetNamespaceArgs args, InvokeOptions options)
fn::invoke:
  function: temporalcloud:index/getNamespace:getNamespace
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Id string
- The unique identifier of the namespace across all Temporal Cloud tenants.
- ApiKey boolAuth 
- If true, Temporal Cloud will use API key authentication for this namespace. If false, mutual TLS (mTLS) authentication will be used.
- CertificateFilters List<GetNamespace Certificate Filter> 
- A list of filters to apply to client certificates when initiating a connection Temporal Cloud. If present, connections will only be allowed from client certificates whose distinguished name properties match at least one of the filters.
- CodecServer GetNamespace Codec Server 
- A codec server is used by the Temporal Cloud UI to decode payloads for all users interacting with this namespace, even if the workflow history itself is encrypted.
- ConnectivityRule List<string>Ids 
- The IDs of the connectivity rules for this namespace.
- CustomSearch Dictionary<string, string>Attributes 
- The custom search attributes to use for the namespace.
- LastModified stringTime 
- The date and time when the namespace was last modified. Will not be set if the namespace has never been modified.
- PrivateConnectivities List<GetNamespace Private Connectivity> 
- The private connectivities for the namespace, if any.
- Dictionary<string, string>
- The tags for the namespace.
- Id string
- The unique identifier of the namespace across all Temporal Cloud tenants.
- ApiKey boolAuth 
- If true, Temporal Cloud will use API key authentication for this namespace. If false, mutual TLS (mTLS) authentication will be used.
- CertificateFilters []GetNamespace Certificate Filter 
- A list of filters to apply to client certificates when initiating a connection Temporal Cloud. If present, connections will only be allowed from client certificates whose distinguished name properties match at least one of the filters.
- CodecServer GetNamespace Codec Server 
- A codec server is used by the Temporal Cloud UI to decode payloads for all users interacting with this namespace, even if the workflow history itself is encrypted.
- ConnectivityRule []stringIds 
- The IDs of the connectivity rules for this namespace.
- CustomSearch map[string]stringAttributes 
- The custom search attributes to use for the namespace.
- LastModified stringTime 
- The date and time when the namespace was last modified. Will not be set if the namespace has never been modified.
- PrivateConnectivities []GetNamespace Private Connectivity 
- The private connectivities for the namespace, if any.
- map[string]string
- The tags for the namespace.
- id String
- The unique identifier of the namespace across all Temporal Cloud tenants.
- apiKey BooleanAuth 
- If true, Temporal Cloud will use API key authentication for this namespace. If false, mutual TLS (mTLS) authentication will be used.
- certificateFilters List<GetNamespace Certificate Filter> 
- A list of filters to apply to client certificates when initiating a connection Temporal Cloud. If present, connections will only be allowed from client certificates whose distinguished name properties match at least one of the filters.
- codecServer GetNamespace Codec Server 
- A codec server is used by the Temporal Cloud UI to decode payloads for all users interacting with this namespace, even if the workflow history itself is encrypted.
- connectivityRule List<String>Ids 
- The IDs of the connectivity rules for this namespace.
- customSearch Map<String,String>Attributes 
- The custom search attributes to use for the namespace.
- lastModified StringTime 
- The date and time when the namespace was last modified. Will not be set if the namespace has never been modified.
- privateConnectivities List<GetNamespace Private Connectivity> 
- The private connectivities for the namespace, if any.
- Map<String,String>
- The tags for the namespace.
- id string
- The unique identifier of the namespace across all Temporal Cloud tenants.
- apiKey booleanAuth 
- If true, Temporal Cloud will use API key authentication for this namespace. If false, mutual TLS (mTLS) authentication will be used.
- certificateFilters GetNamespace Certificate Filter[] 
- A list of filters to apply to client certificates when initiating a connection Temporal Cloud. If present, connections will only be allowed from client certificates whose distinguished name properties match at least one of the filters.
- codecServer GetNamespace Codec Server 
- A codec server is used by the Temporal Cloud UI to decode payloads for all users interacting with this namespace, even if the workflow history itself is encrypted.
- connectivityRule string[]Ids 
- The IDs of the connectivity rules for this namespace.
- customSearch {[key: string]: string}Attributes 
- The custom search attributes to use for the namespace.
- lastModified stringTime 
- The date and time when the namespace was last modified. Will not be set if the namespace has never been modified.
- privateConnectivities GetNamespace Private Connectivity[] 
- The private connectivities for the namespace, if any.
- {[key: string]: string}
- The tags for the namespace.
- id str
- The unique identifier of the namespace across all Temporal Cloud tenants.
- api_key_ boolauth 
- If true, Temporal Cloud will use API key authentication for this namespace. If false, mutual TLS (mTLS) authentication will be used.
- certificate_filters Sequence[GetNamespace Certificate Filter] 
- A list of filters to apply to client certificates when initiating a connection Temporal Cloud. If present, connections will only be allowed from client certificates whose distinguished name properties match at least one of the filters.
- codec_server GetNamespace Codec Server 
- A codec server is used by the Temporal Cloud UI to decode payloads for all users interacting with this namespace, even if the workflow history itself is encrypted.
- connectivity_rule_ Sequence[str]ids 
- The IDs of the connectivity rules for this namespace.
- custom_search_ Mapping[str, str]attributes 
- The custom search attributes to use for the namespace.
- last_modified_ strtime 
- The date and time when the namespace was last modified. Will not be set if the namespace has never been modified.
- private_connectivities Sequence[GetNamespace Private Connectivity] 
- The private connectivities for the namespace, if any.
- Mapping[str, str]
- The tags for the namespace.
- id String
- The unique identifier of the namespace across all Temporal Cloud tenants.
- apiKey BooleanAuth 
- If true, Temporal Cloud will use API key authentication for this namespace. If false, mutual TLS (mTLS) authentication will be used.
- certificateFilters List<Property Map>
- A list of filters to apply to client certificates when initiating a connection Temporal Cloud. If present, connections will only be allowed from client certificates whose distinguished name properties match at least one of the filters.
- codecServer Property Map
- A codec server is used by the Temporal Cloud UI to decode payloads for all users interacting with this namespace, even if the workflow history itself is encrypted.
- connectivityRule List<String>Ids 
- The IDs of the connectivity rules for this namespace.
- customSearch Map<String>Attributes 
- The custom search attributes to use for the namespace.
- lastModified StringTime 
- The date and time when the namespace was last modified. Will not be set if the namespace has never been modified.
- privateConnectivities List<Property Map>
- The private connectivities for the namespace, if any.
- Map<String>
- The tags for the namespace.
getNamespace Result
The following output properties are available:
- AcceptedClient stringCa 
- The Base64-encoded CA cert in PEM format that clients use when authenticating with Temporal Cloud.
- ActiveRegion string
- The currently active region for the namespace.
- CertificateFilters List<GetNamespace Certificate Filter> 
- A list of filters to apply to client certificates when initiating a connection Temporal Cloud. If present, connections will only be allowed from client certificates whose distinguished name properties match at least one of the filters.
- CodecServer GetNamespace Codec Server 
- A codec server is used by the Temporal Cloud UI to decode payloads for all users interacting with this namespace, even if the workflow history itself is encrypted.
- ConnectivityRule List<string>Ids 
- The IDs of the connectivity rules for this namespace.
- CreatedTime string
- The date and time when the namespace was created.
- CustomSearch Dictionary<string, string>Attributes 
- The custom search attributes to use for the namespace.
- Endpoints
GetNamespace Endpoints 
- The endpoints for the namespace.
- Id string
- The unique identifier of the namespace across all Temporal Cloud tenants.
- LastModified stringTime 
- The date and time when the namespace was last modified. Will not be set if the namespace has never been modified.
- Limits
GetNamespace Limits 
- The limits set on the namespace currently.
- Name string
- The name of the namespace.
- NamespaceLifecycle GetNamespace Namespace Lifecycle 
- The lifecycle settings for the namespace.
- PrivateConnectivities List<GetNamespace Private Connectivity> 
- The private connectivities for the namespace, if any.
- Regions List<string>
- RetentionDays double
- The number of days to retain workflow history. Any changes to the retention period will be applied to all new running workflows.
- State string
- The current state of the namespace.
- Dictionary<string, string>
- The tags for the namespace.
- ApiKey boolAuth 
- If true, Temporal Cloud will use API key authentication for this namespace. If false, mutual TLS (mTLS) authentication will be used.
- AcceptedClient stringCa 
- The Base64-encoded CA cert in PEM format that clients use when authenticating with Temporal Cloud.
- ActiveRegion string
- The currently active region for the namespace.
- CertificateFilters []GetNamespace Certificate Filter 
- A list of filters to apply to client certificates when initiating a connection Temporal Cloud. If present, connections will only be allowed from client certificates whose distinguished name properties match at least one of the filters.
- CodecServer GetNamespace Codec Server 
- A codec server is used by the Temporal Cloud UI to decode payloads for all users interacting with this namespace, even if the workflow history itself is encrypted.
- ConnectivityRule []stringIds 
- The IDs of the connectivity rules for this namespace.
- CreatedTime string
- The date and time when the namespace was created.
- CustomSearch map[string]stringAttributes 
- The custom search attributes to use for the namespace.
- Endpoints
GetNamespace Endpoints 
- The endpoints for the namespace.
- Id string
- The unique identifier of the namespace across all Temporal Cloud tenants.
- LastModified stringTime 
- The date and time when the namespace was last modified. Will not be set if the namespace has never been modified.
- Limits
GetNamespace Limits 
- The limits set on the namespace currently.
- Name string
- The name of the namespace.
- NamespaceLifecycle GetNamespace Namespace Lifecycle 
- The lifecycle settings for the namespace.
- PrivateConnectivities []GetNamespace Private Connectivity 
- The private connectivities for the namespace, if any.
- Regions []string
- RetentionDays float64
- The number of days to retain workflow history. Any changes to the retention period will be applied to all new running workflows.
- State string
- The current state of the namespace.
- map[string]string
- The tags for the namespace.
- ApiKey boolAuth 
- If true, Temporal Cloud will use API key authentication for this namespace. If false, mutual TLS (mTLS) authentication will be used.
- acceptedClient StringCa 
- The Base64-encoded CA cert in PEM format that clients use when authenticating with Temporal Cloud.
- activeRegion String
- The currently active region for the namespace.
- certificateFilters List<GetNamespace Certificate Filter> 
- A list of filters to apply to client certificates when initiating a connection Temporal Cloud. If present, connections will only be allowed from client certificates whose distinguished name properties match at least one of the filters.
- codecServer GetNamespace Codec Server 
- A codec server is used by the Temporal Cloud UI to decode payloads for all users interacting with this namespace, even if the workflow history itself is encrypted.
- connectivityRule List<String>Ids 
- The IDs of the connectivity rules for this namespace.
- createdTime String
- The date and time when the namespace was created.
- customSearch Map<String,String>Attributes 
- The custom search attributes to use for the namespace.
- endpoints
GetNamespace Endpoints 
- The endpoints for the namespace.
- id String
- The unique identifier of the namespace across all Temporal Cloud tenants.
- lastModified StringTime 
- The date and time when the namespace was last modified. Will not be set if the namespace has never been modified.
- limits
GetNamespace Limits 
- The limits set on the namespace currently.
- name String
- The name of the namespace.
- namespaceLifecycle GetNamespace Namespace Lifecycle 
- The lifecycle settings for the namespace.
- privateConnectivities List<GetNamespace Private Connectivity> 
- The private connectivities for the namespace, if any.
- regions List<String>
- retentionDays Double
- The number of days to retain workflow history. Any changes to the retention period will be applied to all new running workflows.
- state String
- The current state of the namespace.
- Map<String,String>
- The tags for the namespace.
- apiKey BooleanAuth 
- If true, Temporal Cloud will use API key authentication for this namespace. If false, mutual TLS (mTLS) authentication will be used.
- acceptedClient stringCa 
- The Base64-encoded CA cert in PEM format that clients use when authenticating with Temporal Cloud.
- activeRegion string
- The currently active region for the namespace.
- certificateFilters GetNamespace Certificate Filter[] 
- A list of filters to apply to client certificates when initiating a connection Temporal Cloud. If present, connections will only be allowed from client certificates whose distinguished name properties match at least one of the filters.
- codecServer GetNamespace Codec Server 
- A codec server is used by the Temporal Cloud UI to decode payloads for all users interacting with this namespace, even if the workflow history itself is encrypted.
- connectivityRule string[]Ids 
- The IDs of the connectivity rules for this namespace.
- createdTime string
- The date and time when the namespace was created.
- customSearch {[key: string]: string}Attributes 
- The custom search attributes to use for the namespace.
- endpoints
GetNamespace Endpoints 
- The endpoints for the namespace.
- id string
- The unique identifier of the namespace across all Temporal Cloud tenants.
- lastModified stringTime 
- The date and time when the namespace was last modified. Will not be set if the namespace has never been modified.
- limits
GetNamespace Limits 
- The limits set on the namespace currently.
- name string
- The name of the namespace.
- namespaceLifecycle GetNamespace Namespace Lifecycle 
- The lifecycle settings for the namespace.
- privateConnectivities GetNamespace Private Connectivity[] 
- The private connectivities for the namespace, if any.
- regions string[]
- retentionDays number
- The number of days to retain workflow history. Any changes to the retention period will be applied to all new running workflows.
- state string
- The current state of the namespace.
- {[key: string]: string}
- The tags for the namespace.
- apiKey booleanAuth 
- If true, Temporal Cloud will use API key authentication for this namespace. If false, mutual TLS (mTLS) authentication will be used.
- accepted_client_ strca 
- The Base64-encoded CA cert in PEM format that clients use when authenticating with Temporal Cloud.
- active_region str
- The currently active region for the namespace.
- certificate_filters Sequence[GetNamespace Certificate Filter] 
- A list of filters to apply to client certificates when initiating a connection Temporal Cloud. If present, connections will only be allowed from client certificates whose distinguished name properties match at least one of the filters.
- codec_server GetNamespace Codec Server 
- A codec server is used by the Temporal Cloud UI to decode payloads for all users interacting with this namespace, even if the workflow history itself is encrypted.
- connectivity_rule_ Sequence[str]ids 
- The IDs of the connectivity rules for this namespace.
- created_time str
- The date and time when the namespace was created.
- custom_search_ Mapping[str, str]attributes 
- The custom search attributes to use for the namespace.
- endpoints
GetNamespace Endpoints 
- The endpoints for the namespace.
- id str
- The unique identifier of the namespace across all Temporal Cloud tenants.
- last_modified_ strtime 
- The date and time when the namespace was last modified. Will not be set if the namespace has never been modified.
- limits
GetNamespace Limits 
- The limits set on the namespace currently.
- name str
- The name of the namespace.
- namespace_lifecycle GetNamespace Namespace Lifecycle 
- The lifecycle settings for the namespace.
- private_connectivities Sequence[GetNamespace Private Connectivity] 
- The private connectivities for the namespace, if any.
- regions Sequence[str]
- retention_days float
- The number of days to retain workflow history. Any changes to the retention period will be applied to all new running workflows.
- state str
- The current state of the namespace.
- Mapping[str, str]
- The tags for the namespace.
- api_key_ boolauth 
- If true, Temporal Cloud will use API key authentication for this namespace. If false, mutual TLS (mTLS) authentication will be used.
- acceptedClient StringCa 
- The Base64-encoded CA cert in PEM format that clients use when authenticating with Temporal Cloud.
- activeRegion String
- The currently active region for the namespace.
- certificateFilters List<Property Map>
- A list of filters to apply to client certificates when initiating a connection Temporal Cloud. If present, connections will only be allowed from client certificates whose distinguished name properties match at least one of the filters.
- codecServer Property Map
- A codec server is used by the Temporal Cloud UI to decode payloads for all users interacting with this namespace, even if the workflow history itself is encrypted.
- connectivityRule List<String>Ids 
- The IDs of the connectivity rules for this namespace.
- createdTime String
- The date and time when the namespace was created.
- customSearch Map<String>Attributes 
- The custom search attributes to use for the namespace.
- endpoints Property Map
- The endpoints for the namespace.
- id String
- The unique identifier of the namespace across all Temporal Cloud tenants.
- lastModified StringTime 
- The date and time when the namespace was last modified. Will not be set if the namespace has never been modified.
- limits Property Map
- The limits set on the namespace currently.
- name String
- The name of the namespace.
- namespaceLifecycle Property Map
- The lifecycle settings for the namespace.
- privateConnectivities List<Property Map>
- The private connectivities for the namespace, if any.
- regions List<String>
- retentionDays Number
- The number of days to retain workflow history. Any changes to the retention period will be applied to all new running workflows.
- state String
- The current state of the namespace.
- Map<String>
- The tags for the namespace.
- apiKey BooleanAuth 
- If true, Temporal Cloud will use API key authentication for this namespace. If false, mutual TLS (mTLS) authentication will be used.
Supporting Types
GetNamespaceCertificateFilter   
- CommonName string
- The certificate's common name.
- Organization string
- The certificate's organization.
- OrganizationalUnit string
- The certificate's organizational unit.
- SubjectAlternative stringName 
- The certificate's subject alternative name (or SAN).
- CommonName string
- The certificate's common name.
- Organization string
- The certificate's organization.
- OrganizationalUnit string
- The certificate's organizational unit.
- SubjectAlternative stringName 
- The certificate's subject alternative name (or SAN).
- commonName String
- The certificate's common name.
- organization String
- The certificate's organization.
- organizationalUnit String
- The certificate's organizational unit.
- subjectAlternative StringName 
- The certificate's subject alternative name (or SAN).
- commonName string
- The certificate's common name.
- organization string
- The certificate's organization.
- organizationalUnit string
- The certificate's organizational unit.
- subjectAlternative stringName 
- The certificate's subject alternative name (or SAN).
- common_name str
- The certificate's common name.
- organization str
- The certificate's organization.
- organizational_unit str
- The certificate's organizational unit.
- subject_alternative_ strname 
- The certificate's subject alternative name (or SAN).
- commonName String
- The certificate's common name.
- organization String
- The certificate's organization.
- organizationalUnit String
- The certificate's organizational unit.
- subjectAlternative StringName 
- The certificate's subject alternative name (or SAN).
GetNamespaceCodecServer   
- Endpoint string
- The endpoint of the codec server.
- IncludeCross boolOrigin Credentials 
- If true, Temporal Cloud will include cross-origin credentials in requests to the codec server.
- PassAccess boolToken 
- If true, Temporal Cloud will pass the access token to the codec server upon each request.
- Endpoint string
- The endpoint of the codec server.
- IncludeCross boolOrigin Credentials 
- If true, Temporal Cloud will include cross-origin credentials in requests to the codec server.
- PassAccess boolToken 
- If true, Temporal Cloud will pass the access token to the codec server upon each request.
- endpoint String
- The endpoint of the codec server.
- includeCross BooleanOrigin Credentials 
- If true, Temporal Cloud will include cross-origin credentials in requests to the codec server.
- passAccess BooleanToken 
- If true, Temporal Cloud will pass the access token to the codec server upon each request.
- endpoint string
- The endpoint of the codec server.
- includeCross booleanOrigin Credentials 
- If true, Temporal Cloud will include cross-origin credentials in requests to the codec server.
- passAccess booleanToken 
- If true, Temporal Cloud will pass the access token to the codec server upon each request.
- endpoint str
- The endpoint of the codec server.
- include_cross_ boolorigin_ credentials 
- If true, Temporal Cloud will include cross-origin credentials in requests to the codec server.
- pass_access_ booltoken 
- If true, Temporal Cloud will pass the access token to the codec server upon each request.
- endpoint String
- The endpoint of the codec server.
- includeCross BooleanOrigin Credentials 
- If true, Temporal Cloud will include cross-origin credentials in requests to the codec server.
- passAccess BooleanToken 
- If true, Temporal Cloud will pass the access token to the codec server upon each request.
GetNamespaceEndpoints  
- GrpcAddress string
- The gRPC hostport address that the temporal workers, clients and tctl connect to.
- WebAddress string
- The web UI address.
- GrpcAddress string
- The gRPC hostport address that the temporal workers, clients and tctl connect to.
- WebAddress string
- The web UI address.
- grpcAddress String
- The gRPC hostport address that the temporal workers, clients and tctl connect to.
- webAddress String
- The web UI address.
- grpcAddress string
- The gRPC hostport address that the temporal workers, clients and tctl connect to.
- webAddress string
- The web UI address.
- grpc_address str
- The gRPC hostport address that the temporal workers, clients and tctl connect to.
- web_address str
- The web UI address.
- grpcAddress String
- The gRPC hostport address that the temporal workers, clients and tctl connect to.
- webAddress String
- The web UI address.
GetNamespaceLimits  
- ActionsPer doubleSecond Limit 
- The number of actions per second (APS) that is currently allowed for the namespace. The namespace may be throttled if its APS exceeds the limit.
- ActionsPer float64Second Limit 
- The number of actions per second (APS) that is currently allowed for the namespace. The namespace may be throttled if its APS exceeds the limit.
- actionsPer DoubleSecond Limit 
- The number of actions per second (APS) that is currently allowed for the namespace. The namespace may be throttled if its APS exceeds the limit.
- actionsPer numberSecond Limit 
- The number of actions per second (APS) that is currently allowed for the namespace. The namespace may be throttled if its APS exceeds the limit.
- actions_per_ floatsecond_ limit 
- The number of actions per second (APS) that is currently allowed for the namespace. The namespace may be throttled if its APS exceeds the limit.
- actionsPer NumberSecond Limit 
- The number of actions per second (APS) that is currently allowed for the namespace. The namespace may be throttled if its APS exceeds the limit.
GetNamespaceNamespaceLifecycle   
- EnableDelete boolProtection 
- If true, delete protection is enabled for the namespace. This means that the namespace cannot be deleted until this is set to false.
- EnableDelete boolProtection 
- If true, delete protection is enabled for the namespace. This means that the namespace cannot be deleted until this is set to false.
- enableDelete BooleanProtection 
- If true, delete protection is enabled for the namespace. This means that the namespace cannot be deleted until this is set to false.
- enableDelete booleanProtection 
- If true, delete protection is enabled for the namespace. This means that the namespace cannot be deleted until this is set to false.
- enable_delete_ boolprotection 
- If true, delete protection is enabled for the namespace. This means that the namespace cannot be deleted until this is set to false.
- enableDelete BooleanProtection 
- If true, delete protection is enabled for the namespace. This means that the namespace cannot be deleted until this is set to false.
GetNamespacePrivateConnectivity   
- AwsPrivate GetLink Info Namespace Private Connectivity Aws Private Link Info 
- The AWS PrivateLink info. This will only be set for namespaces whose cloud provider is AWS.
- Region string
- The id of the region where the private connectivity applies.
- AwsPrivate GetLink Info Namespace Private Connectivity Aws Private Link Info 
- The AWS PrivateLink info. This will only be set for namespaces whose cloud provider is AWS.
- Region string
- The id of the region where the private connectivity applies.
- awsPrivate GetLink Info Namespace Private Connectivity Aws Private Link Info 
- The AWS PrivateLink info. This will only be set for namespaces whose cloud provider is AWS.
- region String
- The id of the region where the private connectivity applies.
- awsPrivate GetLink Info Namespace Private Connectivity Aws Private Link Info 
- The AWS PrivateLink info. This will only be set for namespaces whose cloud provider is AWS.
- region string
- The id of the region where the private connectivity applies.
- aws_private_ Getlink_ info Namespace Private Connectivity Aws Private Link Info 
- The AWS PrivateLink info. This will only be set for namespaces whose cloud provider is AWS.
- region str
- The id of the region where the private connectivity applies.
- awsPrivate Property MapLink Info 
- The AWS PrivateLink info. This will only be set for namespaces whose cloud provider is AWS.
- region String
- The id of the region where the private connectivity applies.
GetNamespacePrivateConnectivityAwsPrivateLinkInfo       
- AllowedPrincipal List<string>Arns 
- The list of principal arns that are allowed to access the namespace on the private link.
- VpcEndpoint List<string>Service Names 
- The list of vpc endpoint service names that are associated with the namespace.
- AllowedPrincipal []stringArns 
- The list of principal arns that are allowed to access the namespace on the private link.
- VpcEndpoint []stringService Names 
- The list of vpc endpoint service names that are associated with the namespace.
- allowedPrincipal List<String>Arns 
- The list of principal arns that are allowed to access the namespace on the private link.
- vpcEndpoint List<String>Service Names 
- The list of vpc endpoint service names that are associated with the namespace.
- allowedPrincipal string[]Arns 
- The list of principal arns that are allowed to access the namespace on the private link.
- vpcEndpoint string[]Service Names 
- The list of vpc endpoint service names that are associated with the namespace.
- allowed_principal_ Sequence[str]arns 
- The list of principal arns that are allowed to access the namespace on the private link.
- vpc_endpoint_ Sequence[str]service_ names 
- The list of vpc endpoint service names that are associated with the namespace.
- allowedPrincipal List<String>Arns 
- The list of principal arns that are allowed to access the namespace on the private link.
- vpcEndpoint List<String>Service Names 
- The list of vpc endpoint service names that are associated with the namespace.
Package Details
- Repository
- temporalcloud temporalio/terraform-provider-temporalcloud
- License
- Notes
- This Pulumi package is based on the temporalcloudTerraform Provider.
Temporal Cloud 1.1.1 published on Tuesday, Sep 30, 2025 by temporalio
