SsmIncidentAction
- class aws_cdk.aws_cloudwatch_actions.SsmIncidentAction(response_plan_name)
Bases:
object
Use an SSM Incident Response Plan as an Alarm action.
- ExampleMetadata:
infused
Example:
# alarm: cloudwatch.Alarm # Create an Incident Manager incident based on a specific response plan alarm.add_alarm_action( actions.SsmIncidentAction("ResponsePlanName"))
- Parameters:
response_plan_name (
str
) –
Methods
- bind(_scope, _alarm)
Returns an alarm action configuration to use an SSM Incident as an alarm action based on an Incident Manager Response Plan.
- Parameters:
- Return type: