AWS::SSMContacts::ContactChannelThe `AWS::SSMContacts::ContactChannel` resource specifies a contact channel as the method that Incident Manager uses to engage your contact. > *Template example* : We recommend creating all Incident Manager `Contacts` resources using a single AWS CloudFormation template. For a demonstration, see the examples for [AWS::SSMContacts::Contacts](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmcontacts-contact.html) .
import { CfnContactChannel } from 'aws-cdk-lib/aws-ssmcontacts';Or use the module namespace:
import * as ssmcontacts from 'aws-cdk-lib/aws-ssmcontacts';
// ssmcontacts.CfnContactChannelConfiguration passed to the constructor as CfnContactChannelProps.
channelAddressRequiredstringThe details that Incident Manager uses when trying to engage the contact channel.
channelNameRequiredstringThe name of the contact channel.
channelTypeRequiredstringThe type of the contact channel. Incident Manager supports three contact methods:. - SMS - VOICE - EMAIL
contactIdRequiredstringThe Amazon Resource Name (ARN) of the contact you are adding the contact channel to.
deferActivationOptionalboolean | IResolvableIf you want to activate the channel at a later time, you can choose to defer activation. Incident Manager can't engage your contact channel until it has been activated.
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::ContactChannel