AWS::SSMContacts::RotationResource Type definition for AWS::SSMContacts::Rotation.
6 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ContactIds | Array<string> | Required |
Name | string | Required |
Recurrence | RecurrenceSettings | Required |
StartTime | string | Required |
TimeZoneId | string | Required |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the rotation. |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ssm-contacts:CreateRotationssm-contacts:GetRotationssm-contacts:TagResourcessm-contacts:ListTagsForResourcessm-contacts:GetRotationssm-contacts:ListTagsForResourcessm-contacts:UpdateRotationssm-contacts:GetRotationssm-contacts:TagResourcessm-contacts:ListTagsForResourcessm-contacts:UntagResourcessm-contacts:DeleteRotationssm-contacts:GetRotationssm-contacts:ListTagsForResourcessm-contacts:UntagResourcessm-contacts:ListRotationsssm-contacts:GetRotationssm-contacts:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn