AWS Fundamentals Logo
AWS Fundamentals
AWS::SSMContacts::Rotation

SSMContacts Rotation

Resource Type definition for AWS::SSMContacts::Rotation.

Properties

6 configurable properties. 5 required. Click a row to see details.

Filter:
PropertyTypeFlags
ContactIds
Array<string>
Required
Name
string
Required
Recurrence
RecurrenceSettings
Required
StartTime
string
Required
TimeZoneId
string
Required
Tags
Array<Tag>

Return Values

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

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

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::Rotation

Resources:
  MyResource:
    Type: AWS::SSMContacts::Rotation
    Properties:
      Name: "my-name"
      ContactIds: "my-contactids"
      StartTime: "value"
      TimeZoneId: "my-timezoneid"
      Recurrence: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

ssm-contacts:CreateRotationssm-contacts:GetRotationssm-contacts:TagResourcessm-contacts:ListTagsForResource

read

ssm-contacts:GetRotationssm-contacts:ListTagsForResource

update

ssm-contacts:UpdateRotationssm-contacts:GetRotationssm-contacts:TagResourcessm-contacts:ListTagsForResourcessm-contacts:UntagResource

delete

ssm-contacts:DeleteRotationssm-contacts:GetRotationssm-contacts:ListTagsForResourcessm-contacts:UntagResource

list

ssm-contacts:ListRotationsssm-contacts:GetRotationssm-contacts:ListTagsForResource

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
Properties7
Required5
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Related Resources

External Links