Namespace

class Namespace : KotlinCustomResource

Creates a namespace, and returns the new namespace.

Properties

Link copied to clipboard
val createTime: Output<String>

The timestamp when the namespace was created.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<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.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

Immutable. The resource name for the namespace in the format projects/*/locations/*/namespaces/*. //*/

Link copied to clipboard
val namespaceId: Output<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.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uid: Output<String>

A globally unique identifier (in UUID4 format) for this namespace.

Link copied to clipboard
val updateTime: Output<String>

The timestamp when the namespace was last updated.

Link copied to clipboard
val urn: Output<String>