aws-cdk-lib.aws_appconfig.CfnEnvironment.MonitorsProperty

interface MonitorsProperty

LanguageType name
.NETAmazon.CDK.AWS.AppConfig.CfnEnvironment.MonitorsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappconfig#CfnEnvironment_MonitorsProperty
Javasoftware.amazon.awscdk.services.appconfig.CfnEnvironment.MonitorsProperty
Pythonaws_cdk.aws_appconfig.CfnEnvironment.MonitorsProperty
TypeScript aws-cdk-lib » aws_appconfig » CfnEnvironment » MonitorsProperty

Amazon CloudWatch alarms to monitor during the deployment process.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appconfig as appconfig } from 'aws-cdk-lib';
const monitorsProperty: appconfig.CfnEnvironment.MonitorsProperty = {
  alarmArn: 'alarmArn',
  alarmRoleArn: 'alarmRoleArn',
};

Properties

NameTypeDescription
alarmArn?stringAmazon Resource Name (ARN) of the Amazon CloudWatch alarm.
alarmRoleArn?stringARN of an AWS Identity and Access Management (IAM) role for AWS AppConfig to monitor AlarmArn .

alarmArn?

Type: string (optional)

Amazon Resource Name (ARN) of the Amazon CloudWatch alarm.


alarmRoleArn?

Type: string (optional)

ARN of an AWS Identity and Access Management (IAM) role for AWS AppConfig to monitor AlarmArn .