We recommend new projects start with resources from the AWS provider.
aws-native.appstream.Application
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::AppStream::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: ApplicationArgs,
                opts: Optional[ResourceOptions] = None)
@overload
def Application(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                app_block_arn: Optional[str] = None,
                icon_s3_location: Optional[ApplicationS3LocationArgs] = None,
                instance_families: Optional[Sequence[str]] = None,
                launch_path: Optional[str] = None,
                platforms: Optional[Sequence[str]] = None,
                attributes_to_delete: Optional[Sequence[str]] = None,
                description: Optional[str] = None,
                display_name: Optional[str] = None,
                launch_parameters: Optional[str] = None,
                name: Optional[str] = None,
                tags: Optional[Sequence[Union[ApplicationTag0PropertiesArgs, ApplicationTag1PropertiesArgs]]] = None,
                working_directory: Optional[str] = None)func NewApplication(ctx *Context, name string, args ApplicationArgs, opts ...ResourceOption) (*Application, error)public Application(string name, ApplicationArgs args, CustomResourceOptions? opts = null)
public Application(String name, ApplicationArgs args)
public Application(String name, ApplicationArgs args, CustomResourceOptions options)
type: aws-native:appstream:Application
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 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
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:
- AppBlock stringArn 
- The app block ARN with which the application should be associated.
- IconS3Location Pulumi.Aws Native. App Stream. Inputs. Application S3Location 
- The icon S3 location of the application.
- InstanceFamilies List<string>
- The instance families the application supports. - Allowed Values : - GENERAL_PURPOSE|- GRAPHICS_G4
- LaunchPath string
- The launch path of the application.
- Platforms List<string>
- The platforms the application supports. - Allowed Values : - WINDOWS_SERVER_2019|- AMAZON_LINUX2
- AttributesTo List<string>Delete 
- A list of attributes to delete from an application.
- Description string
- The description of the application.
- DisplayName string
- The display name of the application. This name is visible to users in the application catalog.
- LaunchParameters string
- The launch parameters of the application.
- Name string
- The name of the application. This name is visible to users when a name is not specified in the DisplayName property. - Pattern : - ^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$
- 
List<Union<Pulumi.Aws Native. App Stream. Inputs. Application Tag0Properties, Pulumi. Aws Native. App Stream. Inputs. Application Tag1Properties Args>> 
- The tags of the application.
- WorkingDirectory string
- The working directory of the application.
- AppBlock stringArn 
- The app block ARN with which the application should be associated.
- IconS3Location ApplicationS3Location Args 
- The icon S3 location of the application.
- InstanceFamilies []string
- The instance families the application supports. - Allowed Values : - GENERAL_PURPOSE|- GRAPHICS_G4
- LaunchPath string
- The launch path of the application.
- Platforms []string
- The platforms the application supports. - Allowed Values : - WINDOWS_SERVER_2019|- AMAZON_LINUX2
- AttributesTo []stringDelete 
- A list of attributes to delete from an application.
- Description string
- The description of the application.
- DisplayName string
- The display name of the application. This name is visible to users in the application catalog.
- LaunchParameters string
- The launch parameters of the application.
- Name string
- The name of the application. This name is visible to users when a name is not specified in the DisplayName property. - Pattern : - ^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$
- []interface{}
- The tags of the application.
- WorkingDirectory string
- The working directory of the application.
- appBlock StringArn 
- The app block ARN with which the application should be associated.
- iconS3Location ApplicationS3Location 
- The icon S3 location of the application.
- instanceFamilies List<String>
- The instance families the application supports. - Allowed Values : - GENERAL_PURPOSE|- GRAPHICS_G4
- launchPath String
- The launch path of the application.
- platforms List<String>
- The platforms the application supports. - Allowed Values : - WINDOWS_SERVER_2019|- AMAZON_LINUX2
- attributesTo List<String>Delete 
- A list of attributes to delete from an application.
- description String
- The description of the application.
- displayName String
- The display name of the application. This name is visible to users in the application catalog.
- launchParameters String
- The launch parameters of the application.
- name String
- The name of the application. This name is visible to users when a name is not specified in the DisplayName property. - Pattern : - ^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$
- 
List<Either<ApplicationTag0Properties,Application Tag1Properties Args>> 
- The tags of the application.
- workingDirectory String
- The working directory of the application.
- appBlock stringArn 
- The app block ARN with which the application should be associated.
- iconS3Location ApplicationS3Location 
- The icon S3 location of the application.
- instanceFamilies string[]
- The instance families the application supports. - Allowed Values : - GENERAL_PURPOSE|- GRAPHICS_G4
- launchPath string
- The launch path of the application.
- platforms string[]
- The platforms the application supports. - Allowed Values : - WINDOWS_SERVER_2019|- AMAZON_LINUX2
- attributesTo string[]Delete 
- A list of attributes to delete from an application.
- description string
- The description of the application.
- displayName string
- The display name of the application. This name is visible to users in the application catalog.
- launchParameters string
- The launch parameters of the application.
- name string
- The name of the application. This name is visible to users when a name is not specified in the DisplayName property. - Pattern : - ^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$
- 
(ApplicationTag0Properties | Application Tag1Properties Args)[] 
- The tags of the application.
- workingDirectory string
- The working directory of the application.
- app_block_ strarn 
- The app block ARN with which the application should be associated.
- icon_s3_ Applicationlocation S3Location Args 
- The icon S3 location of the application.
- instance_families Sequence[str]
- The instance families the application supports. - Allowed Values : - GENERAL_PURPOSE|- GRAPHICS_G4
- launch_path str
- The launch path of the application.
- platforms Sequence[str]
- The platforms the application supports. - Allowed Values : - WINDOWS_SERVER_2019|- AMAZON_LINUX2
- attributes_to_ Sequence[str]delete 
- A list of attributes to delete from an application.
- description str
- The description of the application.
- display_name str
- The display name of the application. This name is visible to users in the application catalog.
- launch_parameters str
- The launch parameters of the application.
- name str
- The name of the application. This name is visible to users when a name is not specified in the DisplayName property. - Pattern : - ^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$
- 
Sequence[Union[ApplicationTag0Properties Args, Application Tag1Properties Args]] 
- The tags of the application.
- working_directory str
- The working directory of the application.
- appBlock StringArn 
- The app block ARN with which the application should be associated.
- iconS3Location Property Map
- The icon S3 location of the application.
- instanceFamilies List<String>
- The instance families the application supports. - Allowed Values : - GENERAL_PURPOSE|- GRAPHICS_G4
- launchPath String
- The launch path of the application.
- platforms List<String>
- The platforms the application supports. - Allowed Values : - WINDOWS_SERVER_2019|- AMAZON_LINUX2
- attributesTo List<String>Delete 
- A list of attributes to delete from an application.
- description String
- The description of the application.
- displayName String
- The display name of the application. This name is visible to users in the application catalog.
- launchParameters String
- The launch parameters of the application.
- name String
- The name of the application. This name is visible to users when a name is not specified in the DisplayName property. - Pattern : - ^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$
- List<Property Map | Property Map>
- The tags of the application.
- workingDirectory String
- The working directory of the application.
Outputs
All input properties are implicitly available as output properties. Additionally, the Application resource produces the following output properties:
- Arn string
- The ARN of the application.
- CreatedTime string
- The time when the application was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Arn string
- The ARN of the application.
- CreatedTime string
- The time when the application was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- arn String
- The ARN of the application.
- createdTime String
- The time when the application was created.
- id String
- The provider-assigned unique ID for this managed resource.
- arn string
- The ARN of the application.
- createdTime string
- The time when the application was created.
- id string
- The provider-assigned unique ID for this managed resource.
- arn str
- The ARN of the application.
- created_time str
- The time when the application was created.
- id str
- The provider-assigned unique ID for this managed resource.
- arn String
- The ARN of the application.
- createdTime String
- The time when the application was created.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
ApplicationS3Location, ApplicationS3LocationArgs    
ApplicationTag0Properties, ApplicationTag0PropertiesArgs    
ApplicationTag1Properties, ApplicationTag1PropertiesArgs    
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.