AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SSMContacts::ContactChannel

CfnContactChannel

The `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

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnContactChannelProps.

channelAddressRequired
string

The details that Incident Manager uses when trying to engage the contact channel.

channelNameRequired
string

The name of the contact channel.

channelTypeRequired
string

The type of the contact channel. Incident Manager supports three contact methods:. - SMS - VOICE - EMAIL

contactIdRequired
string

The Amazon Resource Name (ARN) of the contact you are adding the contact channel to.

deferActivationOptional
boolean | IResolvable

If 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.

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::ContactChannel
Properties5

Related Constructs

External Links