1. Packages
  2. Scaleway
  3. API Docs
  4. mnq
  5. NatsAccount
Scaleway v1.25.0 published on Saturday, Mar 22, 2025 by pulumiverse

scaleway.mnq.NatsAccount

Explore with Pulumi AI

scaleway logo
Scaleway v1.25.0 published on Saturday, Mar 22, 2025 by pulumiverse

    Creates and manages Scaleway Messaging and Queuing NATS accounts. For further information, see our main documentation To use the Scaleway provider with the official NATS JetStream provider, check out the corresponding guide.

    Example Usage

    Basic

    import * as pulumi from "@pulumi/pulumi";
    import * as scaleway from "@pulumiverse/scaleway";
    
    const main = new scaleway.mnq.NatsAccount("main", {name: "nats-account"});
    
    import pulumi
    import pulumiverse_scaleway as scaleway
    
    main = scaleway.mnq.NatsAccount("main", name="nats-account")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    	"github.com/pulumiverse/pulumi-scaleway/sdk/go/scaleway/mnq"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := mnq.NewNatsAccount(ctx, "main", &mnq.NatsAccountArgs{
    			Name: pulumi.String("nats-account"),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Scaleway = Pulumiverse.Scaleway;
    
    return await Deployment.RunAsync(() => 
    {
        var main = new Scaleway.Mnq.NatsAccount("main", new()
        {
            Name = "nats-account",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.scaleway.mnq.NatsAccount;
    import com.pulumi.scaleway.mnq.NatsAccountArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var main = new NatsAccount("main", NatsAccountArgs.builder()
                .name("nats-account")
                .build());
    
        }
    }
    
    resources:
      main:
        type: scaleway:mnq:NatsAccount
        properties:
          name: nats-account
    

    Create NatsAccount Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new NatsAccount(name: string, args?: NatsAccountArgs, opts?: CustomResourceOptions);
    @overload
    def NatsAccount(resource_name: str,
                    args: Optional[NatsAccountArgs] = None,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def NatsAccount(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    name: Optional[str] = None,
                    project_id: Optional[str] = None,
                    region: Optional[str] = None)
    func NewNatsAccount(ctx *Context, name string, args *NatsAccountArgs, opts ...ResourceOption) (*NatsAccount, error)
    public NatsAccount(string name, NatsAccountArgs? args = null, CustomResourceOptions? opts = null)
    public NatsAccount(String name, NatsAccountArgs args)
    public NatsAccount(String name, NatsAccountArgs args, CustomResourceOptions options)
    
    type: scaleway:mnq:NatsAccount
    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 NatsAccountArgs
    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 NatsAccountArgs
    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 NatsAccountArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args NatsAccountArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args NatsAccountArgs
    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 natsAccountResource = new Scaleway.Mnq.NatsAccount("natsAccountResource", new()
    {
        Name = "string",
        ProjectId = "string",
        Region = "string",
    });
    
    example, err := mnq.NewNatsAccount(ctx, "natsAccountResource", &mnq.NatsAccountArgs{
    	Name:      pulumi.String("string"),
    	ProjectId: pulumi.String("string"),
    	Region:    pulumi.String("string"),
    })
    
    var natsAccountResource = new NatsAccount("natsAccountResource", NatsAccountArgs.builder()
        .name("string")
        .projectId("string")
        .region("string")
        .build());
    
    nats_account_resource = scaleway.mnq.NatsAccount("natsAccountResource",
        name="string",
        project_id="string",
        region="string")
    
    const natsAccountResource = new scaleway.mnq.NatsAccount("natsAccountResource", {
        name: "string",
        projectId: "string",
        region: "string",
    });
    
    type: scaleway:mnq:NatsAccount
    properties:
        name: string
        projectId: string
        region: string
    

    NatsAccount 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 NatsAccount resource accepts the following input properties:

    Name string
    The unique name of the NATS account.
    ProjectId string
    project_id) The ID of the Project the account is associated with.
    Region string
    region). The region in which the account should be created.
    Name string
    The unique name of the NATS account.
    ProjectId string
    project_id) The ID of the Project the account is associated with.
    Region string
    region). The region in which the account should be created.
    name String
    The unique name of the NATS account.
    projectId String
    project_id) The ID of the Project the account is associated with.
    region String
    region). The region in which the account should be created.
    name string
    The unique name of the NATS account.
    projectId string
    project_id) The ID of the Project the account is associated with.
    region string
    region). The region in which the account should be created.
    name str
    The unique name of the NATS account.
    project_id str
    project_id) The ID of the Project the account is associated with.
    region str
    region). The region in which the account should be created.
    name String
    The unique name of the NATS account.
    projectId String
    project_id) The ID of the Project the account is associated with.
    region String
    region). The region in which the account should be created.

    Outputs

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

    Endpoint string
    The endpoint of the NATS service for this account.
    Id string
    The provider-assigned unique ID for this managed resource.
    Endpoint string
    The endpoint of the NATS service for this account.
    Id string
    The provider-assigned unique ID for this managed resource.
    endpoint String
    The endpoint of the NATS service for this account.
    id String
    The provider-assigned unique ID for this managed resource.
    endpoint string
    The endpoint of the NATS service for this account.
    id string
    The provider-assigned unique ID for this managed resource.
    endpoint str
    The endpoint of the NATS service for this account.
    id str
    The provider-assigned unique ID for this managed resource.
    endpoint String
    The endpoint of the NATS service for this account.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing NatsAccount Resource

    Get an existing NatsAccount 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?: NatsAccountState, opts?: CustomResourceOptions): NatsAccount
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            endpoint: Optional[str] = None,
            name: Optional[str] = None,
            project_id: Optional[str] = None,
            region: Optional[str] = None) -> NatsAccount
    func GetNatsAccount(ctx *Context, name string, id IDInput, state *NatsAccountState, opts ...ResourceOption) (*NatsAccount, error)
    public static NatsAccount Get(string name, Input<string> id, NatsAccountState? state, CustomResourceOptions? opts = null)
    public static NatsAccount get(String name, Output<String> id, NatsAccountState state, CustomResourceOptions options)
    resources:  _:    type: scaleway:mnq:NatsAccount    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:
    Endpoint string
    The endpoint of the NATS service for this account.
    Name string
    The unique name of the NATS account.
    ProjectId string
    project_id) The ID of the Project the account is associated with.
    Region string
    region). The region in which the account should be created.
    Endpoint string
    The endpoint of the NATS service for this account.
    Name string
    The unique name of the NATS account.
    ProjectId string
    project_id) The ID of the Project the account is associated with.
    Region string
    region). The region in which the account should be created.
    endpoint String
    The endpoint of the NATS service for this account.
    name String
    The unique name of the NATS account.
    projectId String
    project_id) The ID of the Project the account is associated with.
    region String
    region). The region in which the account should be created.
    endpoint string
    The endpoint of the NATS service for this account.
    name string
    The unique name of the NATS account.
    projectId string
    project_id) The ID of the Project the account is associated with.
    region string
    region). The region in which the account should be created.
    endpoint str
    The endpoint of the NATS service for this account.
    name str
    The unique name of the NATS account.
    project_id str
    project_id) The ID of the Project the account is associated with.
    region str
    region). The region in which the account should be created.
    endpoint String
    The endpoint of the NATS service for this account.
    name String
    The unique name of the NATS account.
    projectId String
    project_id) The ID of the Project the account is associated with.
    region String
    region). The region in which the account should be created.

    Import

    Namespaces can be imported using {region}/{id}, e.g.

    bash

    $ pulumi import scaleway:mnq/natsAccount:NatsAccount main fr-par/11111111111111111111111111111111
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    scaleway pulumiverse/pulumi-scaleway
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scaleway Terraform Provider.
    scaleway logo
    Scaleway v1.25.0 published on Saturday, Mar 22, 2025 by pulumiverse