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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.servicecatalogappregistry.Application

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

Resource Schema for AWS::ServiceCatalogAppRegistry::Application

Create Application Resource

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

Constructor syntax

new Application(name: string, args?: ApplicationArgs, opts?: CustomResourceOptions);
@overload
def Application(resource_name: str,
                args: Optional[ApplicationArgs] = None,
                opts: Optional[ResourceOptions] = None)

@overload
def Application(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                description: Optional[str] = None,
                name: Optional[str] = None,
                tags: Optional[Mapping[str, str]] = 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.

Parameters

name This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. String
The unique name of the resource.
args This property is required. 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

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The Application resource accepts the following input properties:

Description string
The description of the application.
Name string
The name of the application.
Tags Dictionary<string, string>
Key-value pairs you can use to associate with the application.
Description string
The description of the application.
Name string
The name of the application.
Tags map[string]string
Key-value pairs you can use to associate with the application.
description String
The description of the application.
name String
The name of the application.
tags Map<String,String>
Key-value pairs you can use to associate with the application.
description string
The description of the application.
name string
The name of the application.
tags {[key: string]: string}
Key-value pairs you can use to associate with the application.
description str
The description of the application.
name str
The name of the application.
tags Mapping[str, str]
Key-value pairs you can use to associate with the application.
description String
The description of the application.
name String
The name of the application.
tags Map<String>
Key-value pairs you can use to associate with the application.

Outputs

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

ApplicationName string
The name of the application.
ApplicationTagKey string
The key of the AWS application tag, which is awsApplication. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
ApplicationTagValue string
The value of the AWS application tag, which is the identifier of an associated resource. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
Arn string
The Amazon resource name (ARN) that specifies the application across services.
AwsId string
The identifier of the application.
Id string
The provider-assigned unique ID for this managed resource.
ApplicationName string
The name of the application.
ApplicationTagKey string
The key of the AWS application tag, which is awsApplication. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
ApplicationTagValue string
The value of the AWS application tag, which is the identifier of an associated resource. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
Arn string
The Amazon resource name (ARN) that specifies the application across services.
AwsId string
The identifier of the application.
Id string
The provider-assigned unique ID for this managed resource.
applicationName String
The name of the application.
applicationTagKey String
The key of the AWS application tag, which is awsApplication. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
applicationTagValue String
The value of the AWS application tag, which is the identifier of an associated resource. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
arn String
The Amazon resource name (ARN) that specifies the application across services.
awsId String
The identifier of the application.
id String
The provider-assigned unique ID for this managed resource.
applicationName string
The name of the application.
applicationTagKey string
The key of the AWS application tag, which is awsApplication. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
applicationTagValue string
The value of the AWS application tag, which is the identifier of an associated resource. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
arn string
The Amazon resource name (ARN) that specifies the application across services.
awsId string
The identifier of the application.
id string
The provider-assigned unique ID for this managed resource.
application_name str
The name of the application.
application_tag_key str
The key of the AWS application tag, which is awsApplication. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
application_tag_value str
The value of the AWS application tag, which is the identifier of an associated resource. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
arn str
The Amazon resource name (ARN) that specifies the application across services.
aws_id str
The identifier of the application.
id str
The provider-assigned unique ID for this managed resource.
applicationName String
The name of the application.
applicationTagKey String
The key of the AWS application tag, which is awsApplication. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
applicationTagValue String
The value of the AWS application tag, which is the identifier of an associated resource. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
arn String
The Amazon resource name (ARN) that specifies the application across services.
awsId String
The identifier of the application.
id String
The provider-assigned unique ID for this managed resource.

Package Details

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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi