AWS Fundamentals Logo
AWS Fundamentals
AWS::SSMContacts::Plan

SSMContacts Plan

Engagement Plan for a SSM Incident Manager Contact.

Properties

3 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
ContactId
string
Create-only
RotationIds
Array<string>
Write-only
Stages
Array<Stage>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the contact.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SSMContacts::Plan

Resources:
  MyResource:
    Type: AWS::SSMContacts::Plan
    Properties:

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ssm-contacts:UpdateContactssm-contacts:GetContactssm-contacts:AssociateContact

read

ssm-contacts:GetContact

update

ssm-contacts:UpdateContactssm-contacts:GetContactssm-contacts:AssociateContact

delete

ssm-contacts:UpdateContactssm-contacts:GetContactssm-contacts:AssociateContact

list

ssm-contacts:ListContactsssm-contacts:GetContact

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceSSMContacts
Properties4
Required0
TaggingNot supported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ContactId

External Links