We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.applicationinsights.getApplication
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 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>
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]
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:applicationinsights:getApplication
arguments:
# arguments dictionary
The following arguments are supported:
- Application
Arn string - The ARN of the ApplicationInsights application.
- Application
Arn string - The ARN of the ApplicationInsights application.
- application
Arn String - The ARN of the ApplicationInsights application.
- application
Arn string - The ARN of the ApplicationInsights application.
- application_
arn str - The ARN of the ApplicationInsights application.
- application
Arn String - The ARN of the ApplicationInsights application.
getApplication Result
The following output properties are available:
- Application
Arn string - The ARN of the ApplicationInsights application.
- Auto
Configuration boolEnabled - If set to true, application will be configured with recommended monitoring configuration.
- Cwe
Monitor boolEnabled - Indicates whether Application Insights can listen to CloudWatch events for the application resources.
- Ops
Center boolEnabled - When set to true, creates opsItems for any problems detected on an application.
- List<Pulumi.
Aws Native. Outputs. Tag> - The tags of Application Insights application.
- Application
Arn string - The ARN of the ApplicationInsights application.
- Auto
Configuration boolEnabled - If set to true, application will be configured with recommended monitoring configuration.
- Cwe
Monitor boolEnabled - Indicates whether Application Insights can listen to CloudWatch events for the application resources.
- Ops
Center boolEnabled - When set to true, creates opsItems for any problems detected on an application.
- Tag
- The tags of Application Insights application.
- application
Arn String - The ARN of the ApplicationInsights application.
- auto
Configuration BooleanEnabled - If set to true, application will be configured with recommended monitoring configuration.
- cwe
Monitor BooleanEnabled - Indicates whether Application Insights can listen to CloudWatch events for the application resources.
- ops
Center BooleanEnabled - When set to true, creates opsItems for any problems detected on an application.
- List<Tag>
- The tags of Application Insights application.
- application
Arn string - The ARN of the ApplicationInsights application.
- auto
Configuration booleanEnabled - If set to true, application will be configured with recommended monitoring configuration.
- cwe
Monitor booleanEnabled - Indicates whether Application Insights can listen to CloudWatch events for the application resources.
- ops
Center booleanEnabled - When set to true, creates opsItems for any problems detected on an application.
- Tag[]
- The tags of Application Insights application.
- application_
arn str - The ARN of the ApplicationInsights application.
- auto_
configuration_ boolenabled - If set to true, application will be configured with recommended monitoring configuration.
- cwe_
monitor_ boolenabled - Indicates whether Application Insights can listen to CloudWatch events for the application resources.
- ops_
center_ boolenabled - When set to true, creates opsItems for any problems detected on an application.
- Sequence[root_Tag]
- The tags of Application Insights application.
- application
Arn String - The ARN of the ApplicationInsights application.
- auto
Configuration BooleanEnabled - If set to true, application will be configured with recommended monitoring configuration.
- cwe
Monitor BooleanEnabled - Indicates whether Application Insights can listen to CloudWatch events for the application resources.
- ops
Center BooleanEnabled - When set to true, creates opsItems for any problems detected on an application.
- List<Property Map>
- The tags of Application Insights application.
Supporting Types
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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi