interface ResponsePlanReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SSMIncidents.ResponsePlanReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsssmincidents#ResponsePlanReference |
![]() | software.amazon.awscdk.services.ssmincidents.ResponsePlanReference |
![]() | aws_cdk.aws_ssmincidents.ResponsePlanReference |
![]() | aws-cdk-lib » aws_ssmincidents » ResponsePlanReference |
A reference to a ResponsePlan resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ssmincidents as ssmincidents } from 'aws-cdk-lib';
const responsePlanReference: ssmincidents.ResponsePlanReference = {
responsePlanArn: 'responsePlanArn',
};
Properties
Name | Type | Description |
---|---|---|
response | string | The Arn of the ResponsePlan resource. |
responsePlanArn
Type:
string
The Arn of the ResponsePlan resource.