1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. appintegrations
  5. getApplication

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.appintegrations.getApplication

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Resource Type definition for AWS:AppIntegrations::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>
Copy
def get_application(application_arn: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetApplicationResult
def get_application_output(application_arn: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetApplicationResult]
Copy
func LookupApplication(ctx *Context, args *LookupApplicationArgs, opts ...InvokeOption) (*LookupApplicationResult, error)
func LookupApplicationOutput(ctx *Context, args *LookupApplicationOutputArgs, opts ...InvokeOption) LookupApplicationResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
public static Output<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:appintegrations:getApplication
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ApplicationArn This property is required. string
The Amazon Resource Name (ARN) of the application.
ApplicationArn This property is required. string
The Amazon Resource Name (ARN) of the application.
applicationArn This property is required. String
The Amazon Resource Name (ARN) of the application.
applicationArn This property is required. string
The Amazon Resource Name (ARN) of the application.
application_arn This property is required. str
The Amazon Resource Name (ARN) of the application.
applicationArn This property is required. String
The Amazon Resource Name (ARN) of the application.

getApplication Result

The following output properties are available:

ApplicationArn string
The Amazon Resource Name (ARN) of the application.
ApplicationSourceConfig Pulumi.AwsNative.AppIntegrations.Outputs.ApplicationSourceConfigProperties
Application source config
Description string
The application description.
Id string
The id of the application.
Name string
The name of the application.
Namespace string
The namespace of the application.
Permissions List<string>
The configuration of events or requests that the application has access to.
Tags List<Pulumi.AwsNative.Outputs.Tag>
The tags (keys and values) associated with the application.
ApplicationArn string
The Amazon Resource Name (ARN) of the application.
ApplicationSourceConfig ApplicationSourceConfigProperties
Application source config
Description string
The application description.
Id string
The id of the application.
Name string
The name of the application.
Namespace string
The namespace of the application.
Permissions []string
The configuration of events or requests that the application has access to.
Tags Tag
The tags (keys and values) associated with the application.
applicationArn String
The Amazon Resource Name (ARN) of the application.
applicationSourceConfig ApplicationSourceConfigProperties
Application source config
description String
The application description.
id String
The id of the application.
name String
The name of the application.
namespace String
The namespace of the application.
permissions List<String>
The configuration of events or requests that the application has access to.
tags List<Tag>
The tags (keys and values) associated with the application.
applicationArn string
The Amazon Resource Name (ARN) of the application.
applicationSourceConfig ApplicationSourceConfigProperties
Application source config
description string
The application description.
id string
The id of the application.
name string
The name of the application.
namespace string
The namespace of the application.
permissions string[]
The configuration of events or requests that the application has access to.
tags Tag[]
The tags (keys and values) associated with the application.
application_arn str
The Amazon Resource Name (ARN) of the application.
application_source_config ApplicationSourceConfigProperties
Application source config
description str
The application description.
id str
The id of the application.
name str
The name of the application.
namespace str
The namespace of the application.
permissions Sequence[str]
The configuration of events or requests that the application has access to.
tags Sequence[root_Tag]
The tags (keys and values) associated with the application.
applicationArn String
The Amazon Resource Name (ARN) of the application.
applicationSourceConfig Property Map
Application source config
description String
The application description.
id String
The id of the application.
name String
The name of the application.
namespace String
The namespace of the application.
permissions List<String>
The configuration of events or requests that the application has access to.
tags List<Property Map>
The tags (keys and values) associated with the application.

Supporting Types

ApplicationExternalUrlConfig

AccessUrl This property is required. string
The URL to access the application.
ApprovedOrigins List<string>
Additional URLs to allow list if different than the access URL.
AccessUrl This property is required. string
The URL to access the application.
ApprovedOrigins []string
Additional URLs to allow list if different than the access URL.
accessUrl This property is required. String
The URL to access the application.
approvedOrigins List<String>
Additional URLs to allow list if different than the access URL.
accessUrl This property is required. string
The URL to access the application.
approvedOrigins string[]
Additional URLs to allow list if different than the access URL.
access_url This property is required. str
The URL to access the application.
approved_origins Sequence[str]
Additional URLs to allow list if different than the access URL.
accessUrl This property is required. String
The URL to access the application.
approvedOrigins List<String>
Additional URLs to allow list if different than the access URL.

ApplicationSourceConfigProperties

ExternalUrlConfig This property is required. Pulumi.AwsNative.AppIntegrations.Inputs.ApplicationExternalUrlConfig
The external URL source for the application.
ExternalUrlConfig This property is required. ApplicationExternalUrlConfig
The external URL source for the application.
externalUrlConfig This property is required. ApplicationExternalUrlConfig
The external URL source for the application.
externalUrlConfig This property is required. ApplicationExternalUrlConfig
The external URL source for the application.
external_url_config This property is required. ApplicationExternalUrlConfig
The external URL source for the application.
externalUrlConfig This property is required. Property Map
The external URL source for the application.

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

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.27.0 published on Monday, Apr 14, 2025 by Pulumi