We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.appstream.getApplication
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 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 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:
- App
Block stringArn - The app block ARN with which the application should be associated.
- Arn string
- The ARN of the application.
- Created
Time string - The time when the application was created.
- 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.
- Icon
S3Location Pulumi.Aws Native. App Stream. Outputs. Application S3Location - The icon S3 location of the application.
- Launch
Parameters string - The launch parameters of the application.
- Launch
Path string - The launch path of the application.
- List<Union<Pulumi.
Aws Native. App Stream. Outputs. Application Tag0Properties, Pulumi. Aws Native. App Stream. Outputs. Application Tag1Properties>> - The tags of the application.
- Working
Directory string - The working directory of the application.
- App
Block stringArn - The app block ARN with which the application should be associated.
- Arn string
- The ARN of the application.
- Created
Time string - The time when the application was created.
- 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.
- Icon
S3Location ApplicationS3Location - The icon S3 location of the application.
- Launch
Parameters string - The launch parameters of the application.
- Launch
Path string - The launch path of the application.
- []interface{}
- The tags of the application.
- Working
Directory string - The working directory of the application.
- app
Block StringArn - The app block ARN with which the application should be associated.
- arn String
- The ARN of the application.
- created
Time String - The time when the application was created.
- 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.
- icon
S3Location ApplicationS3Location - The icon S3 location of the application.
- launch
Parameters String - The launch parameters of the application.
- launch
Path String - The launch path of the application.
- List<Either<Application
Tag0Properties,Application Tag1Properties>> - The tags of the application.
- working
Directory String - The working directory of the application.
- app
Block stringArn - The app block ARN with which the application should be associated.
- arn string
- The ARN of the application.
- created
Time string - The time when the application was created.
- 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.
- icon
S3Location ApplicationS3Location - The icon S3 location of the application.
- launch
Parameters string - The launch parameters of the application.
- launch
Path string - The launch path of the application.
- (Application
Tag0Properties | Application Tag1Properties)[] - The tags of the application.
- working
Directory 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.
- Sequence[Any]
- The tags of the application.
- working_
directory str - The working directory of the application.
- app
Block StringArn - The app block ARN with which the application should be associated.
- arn String
- The ARN of the application.
- created
Time String - The time when the application was created.
- 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.
- icon
S3Location Property Map - The icon S3 location of the application.
- launch
Parameters String - The launch parameters of the application.
- launch
Path String - The launch path of the application.
- List<Property Map | Property Map>
- The tags of the application.
- working
Directory String - The working directory of the application.
Supporting Types
ApplicationS3Location
ApplicationTag0Properties
ApplicationTag1Properties
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.37.0 published on Wednesday, Oct 15, 2025 by Pulumi