AWS::SSMContacts::ContactResource Type definition for AWS::SSMContacts::Contact
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Alias | string | RequiredCreate-only |
DisplayName | string | Required |
Type | string | RequiredCreate-only |
Plan | Array<Stage> | Write-only |
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 contact. |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ssm-contacts:CreateContactssm-contacts:GetContactssm-contacts:AssociateContactssm-contacts:TagResourcessm-contacts:ListTagsForResourcessm-contacts:GetContactssm-contacts:ListTagsForResourcessm-contacts:UpdateContactssm-contacts:GetContactssm-contacts:AssociateContactssm-contacts:TagResourcessm-contacts:UntagResourcessm-contacts:ListTagsForResourcessm-contacts:DeleteContactssm-contacts:GetContactssm-contacts:AssociateContactssm-contacts:ListContactsssm-contacts:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AliasType