interface AppMonitorReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.RUM.AppMonitorReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsrum#AppMonitorReference |
![]() | software.amazon.awscdk.services.rum.AppMonitorReference |
![]() | aws_cdk.aws_rum.AppMonitorReference |
![]() | 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.