1. Docs
  2. @pulumi/awsx

Package @pulumi/awsx

    Pulumi Amazon Web Services (AWS) AWSX Components.

    var awsx = require("@pulumi/awsx");
    
    import * as awsx from "@pulumi/awsx";
    

    Modules

    Resources

    Others

    Resources

    Resource Provider

    class Provider extends ProviderResource

    constructor

    new Provider(name: string, args?: ProviderArgs, opts?: pulumi.ResourceOptions)

    Create a Provider resource with the given unique name, arguments, and options.

    • name The unique name of the resource.
    • args The arguments to use to populate this resource's properties.
    • opts A bag of options that control this resource's behavior.

    method getProvider

    getProvider(moduleMember: string): ProviderResource | undefined

    method isInstance

    public static isInstance(obj: any): obj is Provider

    Returns true if the given object is an instance of Provider. This is designed to work even when multiple copies of the Pulumi SDK have been loaded into the same process.

    method register

    static register(provider: ProviderResource | undefined): Promise<string | undefined>

    property id

    id: Output<ID>;

    id is the provider-assigned unique ID for this managed resource. It is set during deployments and may be missing (undefined) during planning phases.

    property urn

    urn: Output<URN>;

    urn is the stable logical URN used to distinctly address a resource, both before and after deployments.

    Others

    function getEnv

    getEnv(vars: string[]): string | undefined

    function getEnvBoolean

    getEnvBoolean(vars: string[]): boolean | undefined

    function getEnvNumber

    getEnvNumber(vars: string[]): number | undefined

    function getVersion

    getVersion(): string

    interface ProviderArgs

    interface ProviderArgs

    The set of arguments for constructing a Provider resource.

      Pulumi AI - What cloud infrastructure would you like to build? Generate Program