Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.servicedirectory/v1.Namespace
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a namespace, and returns the new 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,
namespace_id: Optional[str] = None,
labels: Optional[Mapping[str, str]] = None,
location: Optional[str] = None,
name: Optional[str] = None,
project: Optional[str] = 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: google-native:servicedirectory/v1: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 examplenamespaceResourceResourceFromServicedirectoryv1 = new GoogleNative.ServiceDirectory.V1.Namespace("examplenamespaceResourceResourceFromServicedirectoryv1", new()
{
NamespaceId = "string",
Labels =
{
{ "string", "string" },
},
Location = "string",
Name = "string",
Project = "string",
});
example, err := servicedirectory.NewNamespace(ctx, "examplenamespaceResourceResourceFromServicedirectoryv1", &servicedirectory.NamespaceArgs{
NamespaceId: pulumi.String("string"),
Labels: pulumi.StringMap{
"string": pulumi.String("string"),
},
Location: pulumi.String("string"),
Name: pulumi.String("string"),
Project: pulumi.String("string"),
})
var examplenamespaceResourceResourceFromServicedirectoryv1 = new Namespace("examplenamespaceResourceResourceFromServicedirectoryv1", NamespaceArgs.builder()
.namespaceId("string")
.labels(Map.of("string", "string"))
.location("string")
.name("string")
.project("string")
.build());
examplenamespace_resource_resource_from_servicedirectoryv1 = google_native.servicedirectory.v1.Namespace("examplenamespaceResourceResourceFromServicedirectoryv1",
namespace_id="string",
labels={
"string": "string",
},
location="string",
name="string",
project="string")
const examplenamespaceResourceResourceFromServicedirectoryv1 = new google_native.servicedirectory.v1.Namespace("examplenamespaceResourceResourceFromServicedirectoryv1", {
namespaceId: "string",
labels: {
string: "string",
},
location: "string",
name: "string",
project: "string",
});
type: google-native:servicedirectory/v1:Namespace
properties:
labels:
string: string
location: string
name: string
namespaceId: string
project: 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
The Namespace resource accepts the following input properties:
- Namespace
Id string - Required. The Resource ID must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression
[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. - Labels Dictionary<string, string>
- Optional. Resource labels associated with this namespace. No more than 64 user labels can be associated with a given resource. Label keys and values can be no longer than 63 characters.
- Location string
- Name string
- Immutable. The resource name for the namespace in the format
projects/*/locations/*/namespaces/*
. - Project string
- Namespace
Id string - Required. The Resource ID must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression
[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. - Labels map[string]string
- Optional. Resource labels associated with this namespace. No more than 64 user labels can be associated with a given resource. Label keys and values can be no longer than 63 characters.
- Location string
- Name string
- Immutable. The resource name for the namespace in the format
projects/*/locations/*/namespaces/*
. - Project string
- namespace
Id String - Required. The Resource ID must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression
[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. - labels Map<String,String>
- Optional. Resource labels associated with this namespace. No more than 64 user labels can be associated with a given resource. Label keys and values can be no longer than 63 characters.
- location String
- name String
- Immutable. The resource name for the namespace in the format
projects/*/locations/*/namespaces/*
. - project String
- namespace
Id string - Required. The Resource ID must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression
[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. - labels {[key: string]: string}
- Optional. Resource labels associated with this namespace. No more than 64 user labels can be associated with a given resource. Label keys and values can be no longer than 63 characters.
- location string
- name string
- Immutable. The resource name for the namespace in the format
projects/*/locations/*/namespaces/*
. - project string
- namespace_
id str - Required. The Resource ID must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression
[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. - labels Mapping[str, str]
- Optional. Resource labels associated with this namespace. No more than 64 user labels can be associated with a given resource. Label keys and values can be no longer than 63 characters.
- location str
- name str
- Immutable. The resource name for the namespace in the format
projects/*/locations/*/namespaces/*
. - project str
- namespace
Id String - Required. The Resource ID must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression
[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. - labels Map<String>
- Optional. Resource labels associated with this namespace. No more than 64 user labels can be associated with a given resource. Label keys and values can be no longer than 63 characters.
- location String
- name String
- Immutable. The resource name for the namespace in the format
projects/*/locations/*/namespaces/*
. - project String
Outputs
All input properties are implicitly available as output properties. Additionally, the Namespace resource produces the following output properties:
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.