interface MuteTargetsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CloudWatch.CfnAlarmMuteRulePropsMixin.MuteTargetsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscloudwatch#CfnAlarmMuteRulePropsMixin_MuteTargetsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cloudwatch.CfnAlarmMuteRulePropsMixin.MuteTargetsProperty |
Python | aws_cdk.cfn_property_mixins.aws_cloudwatch.CfnAlarmMuteRulePropsMixin.MuteTargetsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cloudwatch » CfnAlarmMuteRulePropsMixin » MuteTargetsProperty |
Targets to be muted.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudwatch as cloudwatch } from '@aws-cdk/cfn-property-mixins';
const muteTargetsProperty: cloudwatch.CfnAlarmMuteRulePropsMixin.MuteTargetsProperty = {
alarmNames: ['alarmNames'],
};
Properties
| Name | Type | Description |
|---|---|---|
| alarm | string[] | The alarm names to be mute by the AlarmMuteRule. |
alarmNames?
Type:
string[]
(optional)
The alarm names to be mute by the AlarmMuteRule.

.NET
Go
Java
Python
TypeScript