Skip to main content

plan

Gets an individual plan resource

Overview

Nameplan
TypeResource
Descriptionplan
Idawscc.ssmcontacts.plan

Fields

NameDatatypeDescription
contact_idstringContact ID for the AWS SSM Incident Manager Contact to associate the plan.
stagesarrayThe stages that an escalation plan or engagement plan engages contacts and contact methods in.
rotation_idsarrayRotation Ids to associate with Oncall Contact for engagement.
arnstringThe Amazon Resource Name (ARN) of the contact.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
contact_id,
stages,
rotation_ids,
arn
FROM awscc.ssmcontacts.plan
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the plan resource, the following permissions are required:

Read

ssm-contacts:GetContact

Update

ssm-contacts:UpdateContact,
ssm-contacts:GetContact,
ssm-contacts:AssociateContact

Delete

ssm-contacts:UpdateContact,
ssm-contacts:GetContact,
ssm-contacts:AssociateContact