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

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

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.appstream.getApplication

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

    Resource Type definition for AWS::AppStream::Application

    Using getApplication

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getApplication(args: GetApplicationArgs, opts?: InvokeOptions): Promise<GetApplicationResult>
    function getApplicationOutput(args: GetApplicationOutputArgs, opts?: InvokeOptions): Output<GetApplicationResult>
    def get_application(arn: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetApplicationResult
    def get_application_output(arn: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetApplicationResult]
    func LookupApplication(ctx *Context, args *LookupApplicationArgs, opts ...InvokeOption) (*LookupApplicationResult, error)
    func LookupApplicationOutput(ctx *Context, args *LookupApplicationOutputArgs, opts ...InvokeOption) LookupApplicationResultOutput

    > Note: This function is named LookupApplication in the Go SDK.

    public static class GetApplication 
    {
        public static Task<GetApplicationResult> InvokeAsync(GetApplicationArgs args, InvokeOptions? opts = null)
        public static Output<GetApplicationResult> Invoke(GetApplicationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:appstream:getApplication
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    The ARN of the application.
    Arn string
    The ARN of the application.
    arn String
    The ARN of the application.
    arn string
    The ARN of the application.
    arn str
    The ARN of the application.
    arn String
    The ARN of the application.

    getApplication Result

    The following output properties are available:

    AppBlockArn string
    The app block ARN with which the application should be associated.
    Arn string
    The ARN of the application.
    CreatedTime string
    The time when the application was created.
    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.
    IconS3Location Pulumi.AwsNative.AppStream.Outputs.ApplicationS3Location
    The icon S3 location of the application.
    LaunchParameters string
    The launch parameters of the application.
    LaunchPath string
    The launch path of the application.
    WorkingDirectory string
    The working directory of the application.
    AppBlockArn string
    The app block ARN with which the application should be associated.
    Arn string
    The ARN of the application.
    CreatedTime string
    The time when the application was created.
    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.
    IconS3Location ApplicationS3Location
    The icon S3 location of the application.
    LaunchParameters string
    The launch parameters of the application.
    LaunchPath string
    The launch path of the application.
    WorkingDirectory string
    The working directory of the application.
    appBlockArn String
    The app block ARN with which the application should be associated.
    arn String
    The ARN of the application.
    createdTime String
    The time when the application was created.
    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.
    iconS3Location ApplicationS3Location
    The icon S3 location of the application.
    launchParameters String
    The launch parameters of the application.
    launchPath String
    The launch path of the application.
    workingDirectory String
    The working directory of the application.
    appBlockArn string
    The app block ARN with which the application should be associated.
    arn string
    The ARN of the application.
    createdTime string
    The time when the application was created.
    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.
    iconS3Location ApplicationS3Location
    The icon S3 location of the application.
    launchParameters string
    The launch parameters of the application.
    launchPath string
    The launch path of the application.
    workingDirectory string
    The working directory of the application.
    app_block_arn str
    The app block ARN with which the application should be associated.
    arn str
    The ARN of the application.
    created_time str
    The time when the application was created.
    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.
    icon_s3_location ApplicationS3Location
    The icon S3 location of the application.
    launch_parameters str
    The launch parameters of the application.
    launch_path str
    The launch path of the application.
    working_directory str
    The working directory of the application.
    appBlockArn String
    The app block ARN with which the application should be associated.
    arn String
    The ARN of the application.
    createdTime String
    The time when the application was created.
    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.
    iconS3Location Property Map
    The icon S3 location of the application.
    launchParameters String
    The launch parameters of the application.
    launchPath String
    The launch path of the application.
    workingDirectory String
    The working directory of the application.

    Supporting Types

    ApplicationS3Location

    S3Bucket string
    The S3 bucket of the S3 object.
    S3Key string
    The S3 key of the S3 object.
    S3Bucket string
    The S3 bucket of the S3 object.
    S3Key string
    The S3 key of the S3 object.
    s3Bucket String
    The S3 bucket of the S3 object.
    s3Key String
    The S3 key of the S3 object.
    s3Bucket string
    The S3 bucket of the S3 object.
    s3Key string
    The S3 key of the S3 object.
    s3_bucket str
    The S3 bucket of the S3 object.
    s3_key str
    The S3 key of the S3 object.
    s3Bucket String
    The S3 bucket of the S3 object.
    s3Key String
    The S3 key of the S3 object.

    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.112.0 published on Wednesday, Jul 24, 2024 by Pulumi