1. Packages
  2. AWS Native
  3. API Docs
  4. servicecatalogappregistry
  5. Application

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.89.0 published on Thursday, Nov 30, 2023 by Pulumi

aws-native.servicecatalogappregistry.Application

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.89.0 published on Thursday, Nov 30, 2023 by Pulumi

    Resource Schema for AWS::ServiceCatalogAppRegistry::Application

    Create Application Resource

    new Application(name: string, args?: ApplicationArgs, opts?: CustomResourceOptions);
    @overload
    def Application(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    description: Optional[str] = None,
                    name: Optional[str] = None,
                    tags: Optional[ApplicationTagsArgs] = None)
    @overload
    def Application(resource_name: str,
                    args: Optional[ApplicationArgs] = None,
                    opts: Optional[ResourceOptions] = None)
    func NewApplication(ctx *Context, name string, args *ApplicationArgs, opts ...ResourceOption) (*Application, error)
    public Application(string name, ApplicationArgs? args = null, CustomResourceOptions? opts = null)
    public Application(String name, ApplicationArgs args)
    public Application(String name, ApplicationArgs args, CustomResourceOptions options)
    
    type: aws-native:servicecatalogappregistry:Application
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args ApplicationArgs
    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 ApplicationArgs
    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 ApplicationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ApplicationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ApplicationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

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

    Description string

    The description of the application.

    Name string

    The name of the application.

    Tags Pulumi.AwsNative.ServiceCatalogAppRegistry.Inputs.ApplicationTags
    Description string

    The description of the application.

    Name string

    The name of the application.

    Tags ApplicationTagsArgs
    description String

    The description of the application.

    name String

    The name of the application.

    tags ApplicationTags
    description string

    The description of the application.

    name string

    The name of the application.

    tags ApplicationTags
    description str

    The description of the application.

    name str

    The name of the application.

    tags ApplicationTagsArgs
    description String

    The description of the application.

    name String

    The name of the application.

    tags Property Map

    Outputs

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

    Arn string
    Id string

    The provider-assigned unique ID for this managed resource.

    Arn string
    Id string

    The provider-assigned unique ID for this managed resource.

    arn String
    id String

    The provider-assigned unique ID for this managed resource.

    arn string
    id string

    The provider-assigned unique ID for this managed resource.

    arn str
    id str

    The provider-assigned unique ID for this managed resource.

    arn String
    id String

    The provider-assigned unique ID for this managed resource.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.89.0 published on Thursday, Nov 30, 2023 by Pulumi