interface ApplicationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ApplicationInsights.ApplicationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapplicationinsights#ApplicationReference |
Java | software.amazon.awscdk.services.applicationinsights.ApplicationReference |
Python | aws_cdk.aws_applicationinsights.ApplicationReference |
TypeScript | aws-cdk-lib » aws_applicationinsights » ApplicationReference |
A reference to a Application resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_applicationinsights as applicationinsights } from 'aws-cdk-lib';
const applicationReference: applicationinsights.ApplicationReference = {
applicationArn: 'applicationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| application | string | The ApplicationARN of the Application resource. |
applicationArn
Type:
string
The ApplicationARN of the Application resource.

.NET
Go
Java
Python
TypeScript