AWS::SSMContacts::ContactThe `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 { CfnContact } from 'aws-cdk-lib/aws-ssmcontacts';Or use the module namespace:
import * as ssmcontacts from 'aws-cdk-lib/aws-ssmcontacts';
// ssmcontacts.CfnContactConfiguration passed to the constructor as CfnContactProps.
aliasRequiredstringThe unique and identifiable alias of the contact or escalation plan.
displayNameRequiredstringThe full name of the contact or escalation plan.
typeRequiredstringThe type of contact. - `PERSONAL` : A single, individual contact. - `ESCALATION` : An escalation plan. - `ONCALL_SCHEDULE` : An on-call schedule.
planOptionalIResolvable | 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.
tagsOptionalCfnTag[]This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-ssmcontactsAWS::SSMContacts::Contact