getResponsePlan

Use this data source to manage a response plan in AWS Systems Manager Incident Manager.

Example Usage

Basic Usage

resources:
example:
type: aws:ssmincidents:ResponsePlan
properties:
arn: exampleARN

Return

A collection of values returned by getResponsePlan.

Parameters

argument

A collection of arguments for invoking getResponsePlan.


suspend fun getResponsePlan(arn: String, tags: Map<String, String>? = null): GetResponsePlanResult

Return

A collection of values returned by getResponsePlan.

Parameters

arn

The Amazon Resource Name (ARN) of the response plan.

tags

The tags applied to the response plan.

See also


Return

A collection of values returned by getResponsePlan.

Parameters

argument

Builder for com.pulumi.aws.ssmincidents.kotlin.inputs.GetResponsePlanPlainArgs.

See also