AWS Fundamentals Logo
AWS Fundamentals
AWS::SSMContacts::Contact

SSMContacts Contact

Resource Type definition for AWS::SSMContacts::Contact

Properties

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

Filter:
PropertyTypeFlags
Alias
string
RequiredCreate-only
DisplayName
string
Required
Type
string
RequiredCreate-only
Plan
Array<Stage>
Write-only
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 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::Contact

Resources:
  MyResource:
    Type: AWS::SSMContacts::Contact
    Properties:
      Alias: "value"
      DisplayName: "my-displayname"
      Type: "PERSONAL"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

ssm-contacts:CreateContactssm-contacts:GetContactssm-contacts:AssociateContactssm-contacts:TagResourcessm-contacts:ListTagsForResource

read

ssm-contacts:GetContactssm-contacts:ListTagsForResource

update

ssm-contacts:UpdateContactssm-contacts:GetContactssm-contacts:AssociateContactssm-contacts:TagResourcessm-contacts:UntagResourcessm-contacts:ListTagsForResource

delete

ssm-contacts:DeleteContactssm-contacts:GetContactssm-contacts:AssociateContact

list

ssm-contacts:ListContactsssm-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
Properties6
Required3
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

AliasType

External Links