ResponsePlanReference

class aws_cdk.aws_ssmincidents.ResponsePlanReference(*, response_plan_arn)

Bases: object

A reference to a ResponsePlan resource.

Parameters:

response_plan_arn (str) – The Arn of the ResponsePlan resource.

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_ssmincidents as ssmincidents

response_plan_reference = ssmincidents.ResponsePlanReference(
    response_plan_arn="responsePlanArn"
)

Attributes

response_plan_arn

The Arn of the ResponsePlan resource.