Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ssmcontacts-contact.json
Parent schema serverless-framework-configuration
Type: object

Resource Type definition for AWS::SSMContacts::Contact. Source:- https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git

Properties

Alias string | Aws_CF_FunctionString required

Alias of the contact. String value with 20 to 256 characters. Only alphabetical, numeric characters, dash, or underscore allowed.

DisplayName string | Aws_CF_FunctionString required

Name of the contact. String value with 3 to 256 characters. Only alphabetical, space, numeric characters, dash, or underscore allowed.

Type string | Aws_CF_FunctionString required

Contact type, which specify type of contact. Currently supported values: “PERSONAL”, “SHARED”, “OTHER“.

Plan Stage[]

The stages that an escalation plan or engagement plan engages contacts and contact methods in.

Definitions

ContactTargetInfo object

The contact that SSM Incident Manager is engaging during an incident.

ContactId string | Aws_CF_FunctionString required

The Amazon Resource Name (ARN) of the contact.

IsEssential boolean required

A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.

ChannelTargetInfo object

Information about the contact channel that SSM Incident Manager uses to engage the contact.

ChannelId string | Aws_CF_FunctionString required

The Amazon Resource Name (ARN) of the contact channel.

RetryIntervalInMinutes integer required

The number of minutes to wait to retry sending engagement in the case the engagement initially fails.

Stage object

A set amount of time that an escalation plan or engagement plan engages the specified contacts or contact methods.

DurationInMinutes integer

The time to wait until beginning the next stage.

Targets Targets[]

The contacts or contact methods that the escalation plan or engagement plan is engaging.

RotationIds string[]

List of Rotation Ids to associate with Contact

Targets object

The contacts or contact methods that the escalation plan or engagement plan is engaging.

ContactTargetInfo object

The contact that SSM Incident Manager is engaging during an incident.

2 nested properties
ContactId string | Aws_CF_FunctionString required

The Amazon Resource Name (ARN) of the contact.

IsEssential boolean required

A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.

ChannelTargetInfo object

Information about the contact channel that SSM Incident Manager uses to engage the contact.

2 nested properties
ChannelId string | Aws_CF_FunctionString required

The Amazon Resource Name (ARN) of the contact channel.

RetryIntervalInMinutes integer required

The number of minutes to wait to retry sending engagement in the case the engagement initially fails.