interface CustomEventsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.RUM.CfnAppMonitorPropsMixin.CustomEventsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsrum#CfnAppMonitorPropsMixin_CustomEventsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.rum.CfnAppMonitorPropsMixin.CustomEventsProperty |
Python | aws_cdk.cfn_property_mixins.aws_rum.CfnAppMonitorPropsMixin.CustomEventsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_rum » CfnAppMonitorPropsMixin » 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/cfn-property-mixins';
const customEventsProperty: rum.CfnAppMonitorPropsMixin.CustomEventsProperty = {
status: 'status',
};
Properties
| Name | Type | Description |
|---|---|---|
| status? | string | Set 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 .

.NET
Go
Java
Python
TypeScript