AWS Native is in preview. AWS Classic is fully supported.
aws-native.servicecatalogappregistry.Application
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
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.
- Pulumi.
Aws Native. Service Catalog App Registry. Inputs. Application Tags
- Description string
The description of the application.
- Name string
The name of the application.
- Application
Tags Args
- description String
The description of the application.
- name String
The name of the application.
- Application
Tags
- description string
The description of the application.
- name string
The name of the application.
- Application
Tags
- description str
The description of the application.
- name str
The name of the application.
- Application
Tags Args
- description String
The description of the application.
- name String
The name of the application.
- Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the Application resource produces the following output properties:
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.