plan
Gets an individual plan
resource
Overview
Name | plan |
Type | Resource |
Description | plan |
Id | awscc.ssmcontacts.plan |
Fields
Name | Datatype | Description |
---|---|---|
contact_id | string | Contact ID for the AWS SSM Incident Manager Contact to associate the plan. |
stages | array | The stages that an escalation plan or engagement plan engages contacts and contact methods in. |
rotation_ids | array | Rotation Ids to associate with Oncall Contact for engagement. |
arn | string | The Amazon Resource Name (ARN) of the contact. |
region | string | AWS 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