AlarmActionConfig

class aws_cdk.aws_cloudwatch.AlarmActionConfig(*, alarm_action_arn)

Bases: object

Properties for an alarm action.

Parameters:

alarm_action_arn (str) – Return the ARN that should be used for a CloudWatch Alarm action.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_cloudwatch as cloudwatch

alarm_action_config = cloudwatch.AlarmActionConfig(
    alarm_action_arn="alarmActionArn"
)

Attributes

alarm_action_arn

Return the ARN that should be used for a CloudWatch Alarm action.