AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SSMContacts::Contact

CfnContact

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.

Import

import { CfnContact } from 'aws-cdk-lib/aws-ssmcontacts';

Or use the module namespace:

import * as ssmcontacts from 'aws-cdk-lib/aws-ssmcontacts';
// ssmcontacts.CfnContact

Properties

Configuration passed to the constructor as CfnContactProps.

aliasRequired
string

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

displayNameRequired
string

The full name of the contact or escalation plan.

typeRequired
string

The type of contact. - `PERSONAL` : A single, individual contact. - `ESCALATION` : An escalation plan. - `ONCALL_SCHEDULE` : An on-call schedule.

planOptional
IResolvable | IResolvable | StageProperty[]

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.

tagsOptional
CfnTag[]

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-ssmcontacts
CFN TypeAWS::SSMContacts::Contact
Properties5

Related Constructs

External Links