interface MonitorsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppConfig.CfnEnvironment.MonitorsProperty |
![]() | software.amazon.awscdk.services.appconfig.CfnEnvironment.MonitorsProperty |
![]() | aws_cdk.aws_appconfig.CfnEnvironment.MonitorsProperty |
![]() | @aws-cdk/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 * as appconfig from '@aws-cdk/aws-appconfig';
const monitorsProperty: appconfig.CfnEnvironment.MonitorsProperty = {
alarmArn: 'alarmArn',
alarmRoleArn: 'alarmRoleArn',
};
Properties
Name | Type | Description |
---|---|---|
alarm | string | Amazon Resource Name (ARN) of the Amazon CloudWatch alarm. |
alarm | string | ARN 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
.