1. Packages
  2. Alibaba Cloud Provider
  3. API Docs
  4. schedulerx
  5. Namespace
Alibaba Cloud v3.75.0 published on Friday, Mar 7, 2025 by Pulumi

alicloud.schedulerx.Namespace

Explore with Pulumi AI

alicloud logo
Alibaba Cloud v3.75.0 published on Friday, Mar 7, 2025 by Pulumi

    Import

    Schedulerx Namespace can be imported using the id, e.g.

    $ pulumi import alicloud:schedulerx/namespace:Namespace example <id>
    

    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_name: Optional[str] = None,
                  description: Optional[str] = None,
                  namespace_uid: 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: alicloud:schedulerx: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 examplenamespaceResourceResourceFromSchedulerxnamespace = new AliCloud.SchedulerX.Namespace("examplenamespaceResourceResourceFromSchedulerxnamespace", new()
    {
        NamespaceName = "string",
        Description = "string",
        NamespaceUid = "string",
    });
    
    example, err := schedulerx.NewNamespace(ctx, "examplenamespaceResourceResourceFromSchedulerxnamespace", &schedulerx.NamespaceArgs{
    	NamespaceName: pulumi.String("string"),
    	Description:   pulumi.String("string"),
    	NamespaceUid:  pulumi.String("string"),
    })
    
    var examplenamespaceResourceResourceFromSchedulerxnamespace = new Namespace("examplenamespaceResourceResourceFromSchedulerxnamespace", NamespaceArgs.builder()
        .namespaceName("string")
        .description("string")
        .namespaceUid("string")
        .build());
    
    examplenamespace_resource_resource_from_schedulerxnamespace = alicloud.schedulerx.Namespace("examplenamespaceResourceResourceFromSchedulerxnamespace",
        namespace_name="string",
        description="string",
        namespace_uid="string")
    
    const examplenamespaceResourceResourceFromSchedulerxnamespace = new alicloud.schedulerx.Namespace("examplenamespaceResourceResourceFromSchedulerxnamespace", {
        namespaceName: "string",
        description: "string",
        namespaceUid: "string",
    });
    
    type: alicloud:schedulerx:Namespace
    properties:
        description: string
        namespaceName: string
        namespaceUid: 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:

    NamespaceName string
    Namespace name.
    Description string
    Namespace description.
    NamespaceUid string
    Namespace uid.
    NamespaceName string
    Namespace name.
    Description string
    Namespace description.
    NamespaceUid string
    Namespace uid.
    namespaceName String
    Namespace name.
    description String
    Namespace description.
    namespaceUid String
    Namespace uid.
    namespaceName string
    Namespace name.
    description string
    Namespace description.
    namespaceUid string
    Namespace uid.
    namespace_name str
    Namespace name.
    description str
    Namespace description.
    namespace_uid str
    Namespace uid.
    namespaceName String
    Namespace name.
    description String
    Namespace description.
    namespaceUid String
    Namespace uid.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Namespace resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    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,
            description: Optional[str] = None,
            namespace_name: Optional[str] = None,
            namespace_uid: Optional[str] = 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: alicloud:schedulerx: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.
    The following state arguments are supported:
    Description string
    Namespace description.
    NamespaceName string
    Namespace name.
    NamespaceUid string
    Namespace uid.
    Description string
    Namespace description.
    NamespaceName string
    Namespace name.
    NamespaceUid string
    Namespace uid.
    description String
    Namespace description.
    namespaceName String
    Namespace name.
    namespaceUid String
    Namespace uid.
    description string
    Namespace description.
    namespaceName string
    Namespace name.
    namespaceUid string
    Namespace uid.
    description str
    Namespace description.
    namespace_name str
    Namespace name.
    namespace_uid str
    Namespace uid.
    description String
    Namespace description.
    namespaceName String
    Namespace name.
    namespaceUid String
    Namespace uid.

    Package Details

    Repository
    Alibaba Cloud pulumi/pulumi-alicloud
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the alicloud Terraform Provider.
    alicloud logo
    Alibaba Cloud v3.75.0 published on Friday, Mar 7, 2025 by Pulumi