1. Packages
  2. AWS Native
  3. API Docs
  4. appstream
  5. Application

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.appstream.Application

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const exampleapplicationResourceResourceFromAppstream = new aws_native.appstream.Application("exampleapplicationResourceResourceFromAppstream", {
        appBlockArn: "string",
        iconS3Location: {
            s3Bucket: "string",
            s3Key: "string",
        },
        instanceFamilies: ["string"],
        launchPath: "string",
        platforms: ["string"],
        attributesToDelete: ["string"],
        description: "string",
        displayName: "string",
        launchParameters: "string",
        name: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
        workingDirectory: "string",
    });
    
    Coming soon!
    

    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:

    AppBlockArn string
    IconS3Location Pulumi.AwsNative.AppStream.Inputs.ApplicationS3Location
    InstanceFamilies List<string>
    LaunchPath string
    Platforms List<string>
    AttributesToDelete List<string>
    Description string
    DisplayName string
    LaunchParameters string
    Name string
    Tags List<Union<Pulumi.AwsNative.AppStream.Inputs.ApplicationTag0Properties, Pulumi.AwsNative.AppStream.Inputs.ApplicationTag1PropertiesArgs>>
    WorkingDirectory string
    appBlockArn String
    iconS3Location ApplicationS3Location
    instanceFamilies List<String>
    launchPath String
    platforms List<String>
    attributesToDelete List<String>
    description String
    displayName String
    launchParameters String
    name String
    tags List<Either<ApplicationTag0Properties,ApplicationTag1PropertiesArgs>>
    workingDirectory String
    appBlockArn string
    iconS3Location ApplicationS3Location
    instanceFamilies string[]
    launchPath string
    platforms string[]
    attributesToDelete string[]
    description string
    displayName string
    launchParameters string
    name string
    tags (ApplicationTag0Properties | ApplicationTag1PropertiesArgs)[]
    workingDirectory string
    app_block_arn str
    icon_s3_location ApplicationS3LocationArgs
    instance_families Sequence[str]
    launch_path str
    platforms Sequence[str]
    attributes_to_delete Sequence[str]
    description str
    display_name str
    launch_parameters str
    name str
    tags Sequence[Union[ApplicationTag0PropertiesArgs, ApplicationTag1PropertiesArgs]]
    working_directory str
    appBlockArn String
    iconS3Location Property Map
    instanceFamilies List<String>
    launchPath String
    platforms List<String>
    attributesToDelete List<String>
    description String
    displayName String
    launchParameters String
    name String
    tags List<Property Map | Property Map>
    workingDirectory String

    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, ApplicationS3LocationArgs

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

    ApplicationTag0Properties, ApplicationTag0PropertiesArgs

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    ApplicationTag1Properties, ApplicationTag1PropertiesArgs

    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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi