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

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.applicationinsights.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 schema for AWS::ApplicationInsights::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:applicationinsights:getApplication
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ApplicationArn This property is required. string
The ARN of the ApplicationInsights application.
ApplicationArn This property is required. string
The ARN of the ApplicationInsights application.
applicationArn This property is required. String
The ARN of the ApplicationInsights application.
applicationArn This property is required. string
The ARN of the ApplicationInsights application.
application_arn This property is required. str
The ARN of the ApplicationInsights application.
applicationArn This property is required. String
The ARN of the ApplicationInsights application.

getApplication Result

The following output properties are available:

ApplicationArn string
The ARN of the ApplicationInsights application.
AutoConfigurationEnabled bool
If set to true, application will be configured with recommended monitoring configuration.
CweMonitorEnabled bool
Indicates whether Application Insights can listen to CloudWatch events for the application resources.
OpsCenterEnabled bool
When set to true, creates opsItems for any problems detected on an application.
Tags List<Pulumi.AwsNative.Outputs.Tag>
The tags of Application Insights application.
ApplicationArn string
The ARN of the ApplicationInsights application.
AutoConfigurationEnabled bool
If set to true, application will be configured with recommended monitoring configuration.
CweMonitorEnabled bool
Indicates whether Application Insights can listen to CloudWatch events for the application resources.
OpsCenterEnabled bool
When set to true, creates opsItems for any problems detected on an application.
Tags Tag
The tags of Application Insights application.
applicationArn String
The ARN of the ApplicationInsights application.
autoConfigurationEnabled Boolean
If set to true, application will be configured with recommended monitoring configuration.
cweMonitorEnabled Boolean
Indicates whether Application Insights can listen to CloudWatch events for the application resources.
opsCenterEnabled Boolean
When set to true, creates opsItems for any problems detected on an application.
tags List<Tag>
The tags of Application Insights application.
applicationArn string
The ARN of the ApplicationInsights application.
autoConfigurationEnabled boolean
If set to true, application will be configured with recommended monitoring configuration.
cweMonitorEnabled boolean
Indicates whether Application Insights can listen to CloudWatch events for the application resources.
opsCenterEnabled boolean
When set to true, creates opsItems for any problems detected on an application.
tags Tag[]
The tags of Application Insights application.
application_arn str
The ARN of the ApplicationInsights application.
auto_configuration_enabled bool
If set to true, application will be configured with recommended monitoring configuration.
cwe_monitor_enabled bool
Indicates whether Application Insights can listen to CloudWatch events for the application resources.
ops_center_enabled bool
When set to true, creates opsItems for any problems detected on an application.
tags Sequence[root_Tag]
The tags of Application Insights application.
applicationArn String
The ARN of the ApplicationInsights application.
autoConfigurationEnabled Boolean
If set to true, application will be configured with recommended monitoring configuration.
cweMonitorEnabled Boolean
Indicates whether Application Insights can listen to CloudWatch events for the application resources.
opsCenterEnabled Boolean
When set to true, creates opsItems for any problems detected on an application.
tags List<Property Map>
The tags of Application Insights application.

Supporting Types

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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi