AWS Fundamentals Logo
AWS Fundamentals
AWS::SSMContacts::ContactChannel

SSMContacts ContactChannel

Resource Type definition for AWS::SSMContacts::ContactChannel

Properties

5 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
ChannelAddress
string
ChannelName
string
ChannelType
string
Create-only
ContactId
string
Create-only
DeferActivation
boolean
Write-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the engagement to a contact channel.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SSMContacts::ContactChannel

Resources:
  MyResource:
    Type: AWS::SSMContacts::ContactChannel
    Properties:

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ssm-contacts:CreateContactChannelssm-contacts:GetContactChannel

read

ssm-contacts:GetContactChannel

update

ssm-contacts:UpdateContactChannelssm-contacts:GetContactChannel

delete

ssm-contacts:DeleteContactChannelssm-contacts:GetContactChannel

list

ssm-contacts:ListContactChannels

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

ServiceSSMContacts
Properties6
Required0
TaggingNot supported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ContactIdChannelType

Related Resources

External Links