interface AppMonitorReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.RUM.AppMonitorReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsrum#AppMonitorReference |
Java | software.amazon.awscdk.services.rum.AppMonitorReference |
Python | aws_cdk.aws_rum.AppMonitorReference |
TypeScript | aws-cdk-lib » aws_rum » AppMonitorReference |
A reference to a AppMonitor resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_rum as rum } from 'aws-cdk-lib';
const appMonitorReference: rum.AppMonitorReference = {
appMonitorName: 'appMonitorName',
};
Properties
| Name | Type | Description |
|---|---|---|
| app | string | The Name of the AppMonitor resource. |
appMonitorName
Type:
string
The Name of the AppMonitor resource.

.NET
Go
Java
Python
TypeScript