interface ApplicationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.ApplicationInsights.ApplicationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsapplicationinsights#ApplicationReference |
Java | software.amazon.awscdk.interfaces.applicationinsights.ApplicationReference |
Python | aws_cdk.interfaces.aws_applicationinsights.ApplicationReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_applicationinsights } from 'aws-cdk-lib/interfaces';
const applicationReference: interfaces_aws_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