AWS::SSMContacts::Contact - AWS CloudFormation

AWS::SSMContacts::Contact

The AWS::SSMContacts::Contact resource specifies a contact or escalation plan. Incident Manager contacts are a subset of actions and data types that you can use for managing responder engagement and interaction.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::SSMContacts::Contact", "Properties" : { "Alias" : String, "DisplayName" : String, "Plan" : [ Stage, ... ], "Type" : String } }

YAML

Type: AWS::SSMContacts::Contact Properties: Alias: String DisplayName: String Plan: - Stage Type: String

Properties

Alias

The unique and identifiable alias of the contact or escalation plan.

Required: Yes

Type: String

Pattern: ^[a-z0-9_\-\.]*$

Minimum: 1

Maximum: 255

Update requires: Replacement

DisplayName

The full name of the contact or escalation plan.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9_\-\s]*$

Minimum: 1

Maximum: 255

Update requires: No interruption

Plan

A list of stages. A contact has an engagement plan with stages that contact specified contact channels. An escalation plan uses stages that contact specified contacts.

Required: No

Type: Array of Stage

Update requires: No interruption

Type

The type of contact.

  • PERSONAL: A single, individual contact.

  • ESCALATION: An escalation plan.

  • ONCALL_SCHEDULE: An on-call schedule.

Required: Yes

Type: String

Allowed values: PERSONAL | ESCALATION | ONCALL_SCHEDULE

Update requires: Replacement

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the ARN of the resource.

For more information about using the Ref function, see Ref.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

Arn

The Amazon Resource Name (ARN) of the Contact resource, such as arn:aws:ssm-contacts:us-west-2:123456789012:contact/contactalias.