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
This property is required. string - The unique name of the resource.
- args
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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:
- App
Block Arn This property is required. string - The app block ARN with which the application should be associated.
- Icon
S3Location This property is required. Pulumi.Aws Native. App Stream. Inputs. Application S3Location - The icon S3 location of the application.
- Instance
Families This property is required. List<string> The instance families the application supports.
Allowed Values :
GENERAL_PURPOSE
|GRAPHICS_G4
- Launch
Path This property is required. string - The launch path of the application.
- Platforms
This property is required. List<string> The platforms the application supports.
Allowed Values :
WINDOWS_SERVER_2019
|AMAZON_LINUX2
- Attributes
To List<string>Delete - A list of attributes to delete from an application.
- Description string
- The description of the application.
- Display
Name string - The display name of the application. This name is visible to users in the application catalog.
- Launch
Parameters 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.
- Working
Directory string - The working directory of the application.
- App
Block Arn This property is required. string - The app block ARN with which the application should be associated.
- Icon
S3Location This property is required. ApplicationS3Location Args - The icon S3 location of the application.
- Instance
Families This property is required. []string The instance families the application supports.
Allowed Values :
GENERAL_PURPOSE
|GRAPHICS_G4
- Launch
Path This property is required. string - The launch path of the application.
- Platforms
This property is required. []string The platforms the application supports.
Allowed Values :
WINDOWS_SERVER_2019
|AMAZON_LINUX2
- Attributes
To []stringDelete - A list of attributes to delete from an application.
- Description string
- The description of the application.
- Display
Name string - The display name of the application. This name is visible to users in the application catalog.
- Launch
Parameters 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.
- Working
Directory string - The working directory of the application.
- app
Block Arn This property is required. String - The app block ARN with which the application should be associated.
- icon
S3Location This property is required. ApplicationS3Location - The icon S3 location of the application.
- instance
Families This property is required. List<String> The instance families the application supports.
Allowed Values :
GENERAL_PURPOSE
|GRAPHICS_G4
- launch
Path This property is required. String - The launch path of the application.
- platforms
This property is required. List<String> The platforms the application supports.
Allowed Values :
WINDOWS_SERVER_2019
|AMAZON_LINUX2
- attributes
To List<String>Delete - A list of attributes to delete from an application.
- description String
- The description of the application.
- display
Name String - The display name of the application. This name is visible to users in the application catalog.
- launch
Parameters 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<Application
Tag0Properties,Application Tag1Properties Args>> - The tags of the application.
- working
Directory String - The working directory of the application.
- app
Block Arn This property is required. string - The app block ARN with which the application should be associated.
- icon
S3Location This property is required. ApplicationS3Location - The icon S3 location of the application.
- instance
Families This property is required. string[] The instance families the application supports.
Allowed Values :
GENERAL_PURPOSE
|GRAPHICS_G4
- launch
Path This property is required. string - The launch path of the application.
- platforms
This property is required. string[] The platforms the application supports.
Allowed Values :
WINDOWS_SERVER_2019
|AMAZON_LINUX2
- attributes
To string[]Delete - A list of attributes to delete from an application.
- description string
- The description of the application.
- display
Name string - The display name of the application. This name is visible to users in the application catalog.
- launch
Parameters 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}$
- (Application
Tag0Properties | Application Tag1Properties Args)[] - The tags of the application.
- working
Directory string - The working directory of the application.
- app_
block_ arn This property is required. str - The app block ARN with which the application should be associated.
- icon_
s3_ location This property is required. ApplicationS3Location Args - The icon S3 location of the application.
- instance_
families This property is required. Sequence[str] The instance families the application supports.
Allowed Values :
GENERAL_PURPOSE
|GRAPHICS_G4
- launch_
path This property is required. str - The launch path of the application.
- platforms
This property is required. 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[Application
Tag0Properties Args, Application Tag1Properties Args]] - The tags of the application.
- working_
directory str - The working directory of the application.
- app
Block Arn This property is required. String - The app block ARN with which the application should be associated.
- icon
S3Location This property is required. Property Map - The icon S3 location of the application.
- instance
Families This property is required. List<String> The instance families the application supports.
Allowed Values :
GENERAL_PURPOSE
|GRAPHICS_G4
- launch
Path This property is required. String - The launch path of the application.
- platforms
This property is required. List<String> The platforms the application supports.
Allowed Values :
WINDOWS_SERVER_2019
|AMAZON_LINUX2
- attributes
To List<String>Delete - A list of attributes to delete from an application.
- description String
- The description of the application.
- display
Name String - The display name of the application. This name is visible to users in the application catalog.
- launch
Parameters 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.
- working
Directory 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.
- Created
Time 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.
- Created
Time 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.
- created
Time 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.
- created
Time 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.
- created
Time 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.