aws-native logo
AWS Native v0.63.0, May 25 23

aws-native.appstream.Application

Explore with Pulumi AI

Resource Type definition for AWS::AppStream::Application

Create Application Resource

new Application(name: string, args: ApplicationArgs, opts?: CustomResourceOptions);
@overload
def Application(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                app_block_arn: Optional[str] = None,
                attributes_to_delete: Optional[Sequence[str]] = None,
                description: Optional[str] = None,
                display_name: Optional[str] = None,
                icon_s3_location: Optional[ApplicationS3LocationArgs] = None,
                instance_families: Optional[Sequence[str]] = None,
                launch_parameters: Optional[str] = None,
                launch_path: Optional[str] = None,
                name: Optional[str] = None,
                platforms: Optional[Sequence[str]] = None,
                tags: Optional[Sequence[ApplicationTagArgs]] = None,
                working_directory: Optional[str] = None)
@overload
def Application(resource_name: str,
                args: ApplicationArgs,
                opts: Optional[ResourceOptions] = 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.

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:

Outputs

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

Arn string
CreatedTime string
Id string

The provider-assigned unique ID for this managed resource.

Arn string
CreatedTime string
Id string

The provider-assigned unique ID for this managed resource.

arn String
createdTime String
id String

The provider-assigned unique ID for this managed resource.

arn string
createdTime string
id string

The provider-assigned unique ID for this managed resource.

arn str
created_time str
id str

The provider-assigned unique ID for this managed resource.

arn String
createdTime String
id String

The provider-assigned unique ID for this managed resource.

Supporting Types

ApplicationS3Location

S3Bucket string
S3Key string
S3Bucket string
S3Key string
s3Bucket String
s3Key String
s3Bucket string
s3Key string
s3Bucket String
s3Key String

ApplicationTag

TagKey string
TagValue string
TagKey string
TagValue string
tagKey String
tagValue String
tagKey string
tagValue string
tagKey String
tagValue String

Package Details

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