aws-cdk-lib.aws_rum.CfnAppMonitor.CustomEventsProperty

interface CustomEventsProperty

LanguageType name
.NETAmazon.CDK.AWS.RUM.CfnAppMonitor.CustomEventsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsrum#CfnAppMonitor_CustomEventsProperty
Javasoftware.amazon.awscdk.services.rum.CfnAppMonitor.CustomEventsProperty
Pythonaws_cdk.aws_rum.CfnAppMonitor.CustomEventsProperty
TypeScript aws-cdk-lib » aws_rum » CfnAppMonitor » CustomEventsProperty

This structure specifies whether this app monitor allows the web client to define and send custom events.

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 customEventsProperty: rum.CfnAppMonitor.CustomEventsProperty = {
  status: 'status',
};

Properties

NameTypeDescription
status?stringSet this to ENABLED to allow the web client to send custom events for this app monitor.

status?

Type: string (optional)

Set this to ENABLED to allow the web client to send custom events for this app monitor.

Valid values are ENABLED and DISABLED .