response_plan_tags
Expands all tag keys and values for response_plans
in a region
Overview
Name | response_plan_tags |
Type | Resource |
Description | Resource type definition for AWS::SSMIncidents::ResponsePlan |
Id | aws.ssmincidents.response_plan_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The ARN of the response plan. |
name | string | The name of the response plan. |
display_name | string | The display name of the response plan. |
chat_channel | object | The chat channel configuration. |
engagements | array | The list of engagements to use. |
actions | array | The list of actions. |
integrations | array | The list of integrations. |
incident_template | object | The incident template configuration. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all response_plans
in a region.
SELECT
region,
arn,
name,
display_name,
chat_channel,
engagements,
actions,
integrations,
incident_template,
tag_key,
tag_value
FROM aws.ssmincidents.response_plan_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the response_plan_tags
resource, see response_plans