interface AppMonitorReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.RUM.AppMonitorReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsrum#AppMonitorReference |
Java | software.amazon.awscdk.interfaces.rum.AppMonitorReference |
Python | aws_cdk.interfaces.aws_rum.AppMonitorReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_rum } from 'aws-cdk-lib/interfaces';
const appMonitorReference: interfaces_aws_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