temporalcloud.Namespace
Explore with Pulumi AI
Provisions a Temporal Cloud namespace.
Create Namespace Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Namespace(name: string, args: NamespaceArgs, opts?: CustomResourceOptions);
@overload
def Namespace(resource_name: str,
args: NamespaceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Namespace(resource_name: str,
opts: Optional[ResourceOptions] = None,
regions: Optional[Sequence[str]] = None,
retention_days: Optional[float] = None,
accepted_client_ca: Optional[str] = None,
api_key_auth: Optional[bool] = None,
certificate_filters: Optional[Sequence[NamespaceCertificateFilterArgs]] = None,
codec_server: Optional[NamespaceCodecServerArgs] = None,
name: Optional[str] = None,
timeouts: Optional[NamespaceTimeoutsArgs] = None)
func NewNamespace(ctx *Context, name string, args NamespaceArgs, opts ...ResourceOption) (*Namespace, error)
public Namespace(string name, NamespaceArgs args, CustomResourceOptions? opts = null)
public Namespace(String name, NamespaceArgs args)
public Namespace(String name, NamespaceArgs args, CustomResourceOptions options)
type: temporalcloud:Namespace
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args NamespaceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args NamespaceArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args NamespaceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args NamespaceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args NamespaceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var namespaceResource = new Temporalcloud.Namespace("namespaceResource", new()
{
Regions = new[]
{
"string",
},
RetentionDays = 0,
AcceptedClientCa = "string",
ApiKeyAuth = false,
CertificateFilters = new[]
{
new Temporalcloud.Inputs.NamespaceCertificateFilterArgs
{
CommonName = "string",
Organization = "string",
OrganizationalUnit = "string",
SubjectAlternativeName = "string",
},
},
CodecServer = new Temporalcloud.Inputs.NamespaceCodecServerArgs
{
Endpoint = "string",
IncludeCrossOriginCredentials = false,
PassAccessToken = false,
},
Name = "string",
Timeouts = new Temporalcloud.Inputs.NamespaceTimeoutsArgs
{
Create = "string",
Delete = "string",
},
});
example, err := temporalcloud.NewNamespace(ctx, "namespaceResource", &temporalcloud.NamespaceArgs{
Regions: pulumi.StringArray{
pulumi.String("string"),
},
RetentionDays: pulumi.Float64(0),
AcceptedClientCa: pulumi.String("string"),
ApiKeyAuth: pulumi.Bool(false),
CertificateFilters: .NamespaceCertificateFilterArray{
&.NamespaceCertificateFilterArgs{
CommonName: pulumi.String("string"),
Organization: pulumi.String("string"),
OrganizationalUnit: pulumi.String("string"),
SubjectAlternativeName: pulumi.String("string"),
},
},
CodecServer: &.NamespaceCodecServerArgs{
Endpoint: pulumi.String("string"),
IncludeCrossOriginCredentials: pulumi.Bool(false),
PassAccessToken: pulumi.Bool(false),
},
Name: pulumi.String("string"),
Timeouts: &.NamespaceTimeoutsArgs{
Create: pulumi.String("string"),
Delete: pulumi.String("string"),
},
})
var namespaceResource = new Namespace("namespaceResource", NamespaceArgs.builder()
.regions("string")
.retentionDays(0)
.acceptedClientCa("string")
.apiKeyAuth(false)
.certificateFilters(NamespaceCertificateFilterArgs.builder()
.commonName("string")
.organization("string")
.organizationalUnit("string")
.subjectAlternativeName("string")
.build())
.codecServer(NamespaceCodecServerArgs.builder()
.endpoint("string")
.includeCrossOriginCredentials(false)
.passAccessToken(false)
.build())
.name("string")
.timeouts(NamespaceTimeoutsArgs.builder()
.create("string")
.delete("string")
.build())
.build());
namespace_resource = temporalcloud.Namespace("namespaceResource",
regions=["string"],
retention_days=0,
accepted_client_ca="string",
api_key_auth=False,
certificate_filters=[{
"common_name": "string",
"organization": "string",
"organizational_unit": "string",
"subject_alternative_name": "string",
}],
codec_server={
"endpoint": "string",
"include_cross_origin_credentials": False,
"pass_access_token": False,
},
name="string",
timeouts={
"create": "string",
"delete": "string",
})
const namespaceResource = new temporalcloud.Namespace("namespaceResource", {
regions: ["string"],
retentionDays: 0,
acceptedClientCa: "string",
apiKeyAuth: false,
certificateFilters: [{
commonName: "string",
organization: "string",
organizationalUnit: "string",
subjectAlternativeName: "string",
}],
codecServer: {
endpoint: "string",
includeCrossOriginCredentials: false,
passAccessToken: false,
},
name: "string",
timeouts: {
create: "string",
"delete": "string",
},
});
type: temporalcloud:Namespace
properties:
acceptedClientCa: string
apiKeyAuth: false
certificateFilters:
- commonName: string
organization: string
organizationalUnit: string
subjectAlternativeName: string
codecServer:
endpoint: string
includeCrossOriginCredentials: false
passAccessToken: false
name: string
regions:
- string
retentionDays: 0
timeouts:
create: string
delete: string
Namespace Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Namespace resource accepts the following input properties:
- Regions List<string>
- Retention
Days double - The number of days to retain workflow history. Any changes to the retention period will be applied to all new running workflows.
- Accepted
Client stringCa - The Base64-encoded CA cert in PEM format that clients use when authenticating with Temporal Cloud. This is a required field when a Namespace uses mTLS authentication.
- 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 List<NamespaceCertificate 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. Empty lists are not allowed, omit the attribute instead.
- Codec
Server NamespaceCodec 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.
- Name string
- The name of the namespace.
- Timeouts
Namespace
Timeouts
- Regions []string
- Retention
Days float64 - The number of days to retain workflow history. Any changes to the retention period will be applied to all new running workflows.
- Accepted
Client stringCa - The Base64-encoded CA cert in PEM format that clients use when authenticating with Temporal Cloud. This is a required field when a Namespace uses mTLS authentication.
- 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 []NamespaceCertificate Filter Args - 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. Empty lists are not allowed, omit the attribute instead.
- Codec
Server NamespaceCodec Server Args - 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.
- Name string
- The name of the namespace.
- Timeouts
Namespace
Timeouts Args
- regions List<String>
- retention
Days Double - The number of days to retain workflow history. Any changes to the retention period will be applied to all new running workflows.
- accepted
Client StringCa - The Base64-encoded CA cert in PEM format that clients use when authenticating with Temporal Cloud. This is a required field when a Namespace uses mTLS authentication.
- api
Key BooleanAuth - If true, Temporal Cloud will use API key authentication for this namespace. If false, mutual TLS (mTLS) authentication will be used.
- certificate
Filters List<NamespaceCertificate 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. Empty lists are not allowed, omit the attribute instead.
- codec
Server NamespaceCodec 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.
- name String
- The name of the namespace.
- timeouts
Namespace
Timeouts
- regions string[]
- retention
Days number - The number of days to retain workflow history. Any changes to the retention period will be applied to all new running workflows.
- accepted
Client stringCa - The Base64-encoded CA cert in PEM format that clients use when authenticating with Temporal Cloud. This is a required field when a Namespace uses mTLS authentication.
- api
Key booleanAuth - If true, Temporal Cloud will use API key authentication for this namespace. If false, mutual TLS (mTLS) authentication will be used.
- certificate
Filters NamespaceCertificate 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. Empty lists are not allowed, omit the attribute instead.
- codec
Server NamespaceCodec 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.
- name string
- The name of the namespace.
- timeouts
Namespace
Timeouts
- 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.
- accepted_
client_ strca - The Base64-encoded CA cert in PEM format that clients use when authenticating with Temporal Cloud. This is a required field when a Namespace uses mTLS authentication.
- 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[NamespaceCertificate Filter Args] - 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. Empty lists are not allowed, omit the attribute instead.
- codec_
server NamespaceCodec Server Args - 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.
- name str
- The name of the namespace.
- timeouts
Namespace
Timeouts Args
- regions List<String>
- retention
Days Number - The number of days to retain workflow history. Any changes to the retention period will be applied to all new running workflows.
- accepted
Client StringCa - The Base64-encoded CA cert in PEM format that clients use when authenticating with Temporal Cloud. This is a required field when a Namespace uses mTLS authentication.
- api
Key BooleanAuth - If true, Temporal Cloud will use API key authentication for this namespace. If false, mutual TLS (mTLS) authentication will be used.
- certificate
Filters 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. Empty lists are not allowed, omit the attribute instead.
- codec
Server 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.
- name String
- The name of the namespace.
- timeouts Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the Namespace resource produces the following output properties:
- Endpoints
Namespace
Endpoints - The endpoints for the namespace.
- Id string
- The provider-assigned unique ID for this managed resource.
- Endpoints
Namespace
Endpoints - The endpoints for the namespace.
- Id string
- The provider-assigned unique ID for this managed resource.
- endpoints
Namespace
Endpoints - The endpoints for the namespace.
- id String
- The provider-assigned unique ID for this managed resource.
- endpoints
Namespace
Endpoints - The endpoints for the namespace.
- id string
- The provider-assigned unique ID for this managed resource.
- endpoints
Namespace
Endpoints - The endpoints for the namespace.
- id str
- The provider-assigned unique ID for this managed resource.
- endpoints Property Map
- The endpoints for the namespace.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing Namespace Resource
Get an existing Namespace resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: NamespaceState, opts?: CustomResourceOptions): Namespace
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
accepted_client_ca: Optional[str] = None,
api_key_auth: Optional[bool] = None,
certificate_filters: Optional[Sequence[NamespaceCertificateFilterArgs]] = None,
codec_server: Optional[NamespaceCodecServerArgs] = None,
endpoints: Optional[NamespaceEndpointsArgs] = None,
name: Optional[str] = None,
regions: Optional[Sequence[str]] = None,
retention_days: Optional[float] = None,
timeouts: Optional[NamespaceTimeoutsArgs] = None) -> Namespace
func GetNamespace(ctx *Context, name string, id IDInput, state *NamespaceState, opts ...ResourceOption) (*Namespace, error)
public static Namespace Get(string name, Input<string> id, NamespaceState? state, CustomResourceOptions? opts = null)
public static Namespace get(String name, Output<String> id, NamespaceState state, CustomResourceOptions options)
resources: _: type: temporalcloud:Namespace get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Accepted
Client stringCa - The Base64-encoded CA cert in PEM format that clients use when authenticating with Temporal Cloud. This is a required field when a Namespace uses mTLS authentication.
- 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 List<NamespaceCertificate 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. Empty lists are not allowed, omit the attribute instead.
- Codec
Server NamespaceCodec 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.
- Endpoints
Namespace
Endpoints - The endpoints for the namespace.
- Name string
- The name of the namespace.
- Regions List<string>
- Retention
Days double - The number of days to retain workflow history. Any changes to the retention period will be applied to all new running workflows.
- Timeouts
Namespace
Timeouts
- Accepted
Client stringCa - The Base64-encoded CA cert in PEM format that clients use when authenticating with Temporal Cloud. This is a required field when a Namespace uses mTLS authentication.
- 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 []NamespaceCertificate Filter Args - 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. Empty lists are not allowed, omit the attribute instead.
- Codec
Server NamespaceCodec Server Args - 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.
- Endpoints
Namespace
Endpoints Args - The endpoints for the namespace.
- Name string
- The name of the namespace.
- Regions []string
- Retention
Days float64 - The number of days to retain workflow history. Any changes to the retention period will be applied to all new running workflows.
- Timeouts
Namespace
Timeouts Args
- accepted
Client StringCa - The Base64-encoded CA cert in PEM format that clients use when authenticating with Temporal Cloud. This is a required field when a Namespace uses mTLS authentication.
- api
Key BooleanAuth - If true, Temporal Cloud will use API key authentication for this namespace. If false, mutual TLS (mTLS) authentication will be used.
- certificate
Filters List<NamespaceCertificate 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. Empty lists are not allowed, omit the attribute instead.
- codec
Server NamespaceCodec 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.
- endpoints
Namespace
Endpoints - The endpoints for the namespace.
- name String
- The name of the namespace.
- regions List<String>
- retention
Days Double - The number of days to retain workflow history. Any changes to the retention period will be applied to all new running workflows.
- timeouts
Namespace
Timeouts
- accepted
Client stringCa - The Base64-encoded CA cert in PEM format that clients use when authenticating with Temporal Cloud. This is a required field when a Namespace uses mTLS authentication.
- api
Key booleanAuth - If true, Temporal Cloud will use API key authentication for this namespace. If false, mutual TLS (mTLS) authentication will be used.
- certificate
Filters NamespaceCertificate 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. Empty lists are not allowed, omit the attribute instead.
- codec
Server NamespaceCodec 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.
- endpoints
Namespace
Endpoints - The endpoints for the namespace.
- name string
- The name of the namespace.
- regions string[]
- retention
Days number - The number of days to retain workflow history. Any changes to the retention period will be applied to all new running workflows.
- timeouts
Namespace
Timeouts
- accepted_
client_ strca - The Base64-encoded CA cert in PEM format that clients use when authenticating with Temporal Cloud. This is a required field when a Namespace uses mTLS authentication.
- 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[NamespaceCertificate Filter Args] - 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. Empty lists are not allowed, omit the attribute instead.
- codec_
server NamespaceCodec Server Args - 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.
- endpoints
Namespace
Endpoints Args - The endpoints for the namespace.
- name str
- The name of the namespace.
- 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.
- timeouts
Namespace
Timeouts Args
- accepted
Client StringCa - The Base64-encoded CA cert in PEM format that clients use when authenticating with Temporal Cloud. This is a required field when a Namespace uses mTLS authentication.
- api
Key BooleanAuth - If true, Temporal Cloud will use API key authentication for this namespace. If false, mutual TLS (mTLS) authentication will be used.
- certificate
Filters 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. Empty lists are not allowed, omit the attribute instead.
- codec
Server 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.
- endpoints Property Map
- The endpoints for the namespace.
- name String
- The name of the namespace.
- regions List<String>
- retention
Days Number - The number of days to retain workflow history. Any changes to the retention period will be applied to all new running workflows.
- timeouts Property Map
Supporting Types
NamespaceCertificateFilter, NamespaceCertificateFilterArgs
- Common
Name string - The certificate's common name.
- Organization string
- The certificate's organization.
- Organizational
Unit string - The certificate's organizational unit.
- Subject
Alternative stringName - The certificate's subject alternative name (or SAN).
- Common
Name string - The certificate's common name.
- Organization string
- The certificate's organization.
- Organizational
Unit string - The certificate's organizational unit.
- Subject
Alternative stringName - The certificate's subject alternative name (or SAN).
- common
Name String - The certificate's common name.
- organization String
- The certificate's organization.
- organizational
Unit String - The certificate's organizational unit.
- subject
Alternative StringName - The certificate's subject alternative name (or SAN).
- common
Name string - The certificate's common name.
- organization string
- The certificate's organization.
- organizational
Unit string - The certificate's organizational unit.
- subject
Alternative 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).
- common
Name String - The certificate's common name.
- organization String
- The certificate's organization.
- organizational
Unit String - The certificate's organizational unit.
- subject
Alternative StringName - The certificate's subject alternative name (or SAN).
NamespaceCodecServer, NamespaceCodecServerArgs
- Endpoint string
- The endpoint of the codec server. Must begin with "https".
- 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. Must begin with "https".
- 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. Must begin with "https".
- include
Cross BooleanOrigin Credentials - If true, Temporal Cloud will include cross-origin credentials in requests to the codec server.
- pass
Access 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. Must begin with "https".
- include
Cross booleanOrigin Credentials - If true, Temporal Cloud will include cross-origin credentials in requests to the codec server.
- pass
Access 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. Must begin with "https".
- 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. Must begin with "https".
- include
Cross BooleanOrigin Credentials - If true, Temporal Cloud will include cross-origin credentials in requests to the codec server.
- pass
Access BooleanToken - If true, Temporal Cloud will pass the access token to the codec server upon each request.
NamespaceEndpoints, NamespaceEndpointsArgs
- Grpc
Address string - The gRPC address for API key client connections (may be empty if API keys are disabled).
- Mtls
Grpc stringAddress - The gRPC address for mTLS client connections (may be empty if mTLS is disabled).
- Web
Address string - The address in the Temporal Cloud Web UI for the namespace
- Grpc
Address string - The gRPC address for API key client connections (may be empty if API keys are disabled).
- Mtls
Grpc stringAddress - The gRPC address for mTLS client connections (may be empty if mTLS is disabled).
- Web
Address string - The address in the Temporal Cloud Web UI for the namespace
- grpc
Address String - The gRPC address for API key client connections (may be empty if API keys are disabled).
- mtls
Grpc StringAddress - The gRPC address for mTLS client connections (may be empty if mTLS is disabled).
- web
Address String - The address in the Temporal Cloud Web UI for the namespace
- grpc
Address string - The gRPC address for API key client connections (may be empty if API keys are disabled).
- mtls
Grpc stringAddress - The gRPC address for mTLS client connections (may be empty if mTLS is disabled).
- web
Address string - The address in the Temporal Cloud Web UI for the namespace
- grpc_
address str - The gRPC address for API key client connections (may be empty if API keys are disabled).
- mtls_
grpc_ straddress - The gRPC address for mTLS client connections (may be empty if mTLS is disabled).
- web_
address str - The address in the Temporal Cloud Web UI for the namespace
- grpc
Address String - The gRPC address for API key client connections (may be empty if API keys are disabled).
- mtls
Grpc StringAddress - The gRPC address for mTLS client connections (may be empty if mTLS is disabled).
- web
Address String - The address in the Temporal Cloud Web UI for the namespace
NamespaceTimeouts, NamespaceTimeoutsArgs
- Create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Delete string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- Create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Delete string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- create String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- create str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- create String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
Import
Namespace can be imported to incorporate existing Namespaces into your Terraform pipeline.
To import a Namespace, you need
a resource configuration in your Terraform configuration file/module to accept the imported Namespace. In the example below, the placeholder is “temporalcloud_namespace” “terraform”
the Namespace ID, which includes the Namespace Name and Account ID available at the top of the Namespace’s page in the Temporal Cloud UI. In the example below, this is namespaceid.acctid
$ pulumi import temporalcloud:index/namespace:Namespace terraform namespaceid.acctid
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- temporalcloud temporalio/terraform-provider-temporalcloud
- License
- Notes
- This Pulumi package is based on the
temporalcloud
Terraform Provider.