ResponsePlanReference
- class aws_cdk.interfaces.aws_ssmincidents.ResponsePlanReference(*, response_plan_arn)
Bases:
objectA 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.interfaces import aws_ssmincidents as interfaces_aws_ssmincidents response_plan_reference = interfaces_aws_ssmincidents.ResponsePlanReference( response_plan_arn="responsePlanArn" )
Attributes
- response_plan_arn
The Arn of the ResponsePlan resource.