interface MuteTargetsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CloudWatch.CfnAlarmMuteRule.MuteTargetsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscloudwatch#CfnAlarmMuteRule_MuteTargetsProperty |
Java | software.amazon.awscdk.services.cloudwatch.CfnAlarmMuteRule.MuteTargetsProperty |
Python | aws_cdk.aws_cloudwatch.CfnAlarmMuteRule.MuteTargetsProperty |
TypeScript | aws-cdk-lib » aws_cloudwatch » CfnAlarmMuteRule » 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-lib';
const muteTargetsProperty: cloudwatch.CfnAlarmMuteRule.MuteTargetsProperty = {
alarmNames: ['alarmNames'],
};
Properties
| Name | Type | Description |
|---|---|---|
| alarm | string[] | The alarm names to be mute by the AlarmMuteRule. |
alarmNames
Type:
string[]
The alarm names to be mute by the AlarmMuteRule.

.NET
Go
Java
Python
TypeScript