We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.appstream.getApplication
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 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)
public static Output<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:appstream:getApplication
  arguments:
    # arguments dictionaryThe 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:
- AppBlock stringArn 
- 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.Aws Native. App Stream. Outputs. Application S3Location 
- 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.
- AppBlock stringArn 
- 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.
- appBlock StringArn 
- 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.
- appBlock stringArn 
- 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_ strarn 
- 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_ Applicationlocation S3Location 
- 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.
- appBlock StringArn 
- 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 
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi