Skip to main content

@swamp/aws/ssmcontacts

v2026.04.03.2

AWS SSMCONTACTS infrastructure models

Labels

awsssmcontactscloudinfrastructure

Contents

Install

$ swamp extension pull @swamp/aws/ssmcontacts

Release Notes

  • Updated: contact, contact_channel, plan, rotation

@swamp/aws/ssmcontacts/contactv2026.04.03.2contact.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
AliasstringAlias of the contact. String value with 20 to 256 characters. Only alphabetical, numeric characters, dash, or underscore allowed.
DisplayNamestringName of the contact. String value with 3 to 256 characters. Only alphabetical, space, numeric characters, dash, or underscore allowed.
TypeenumContact type, which specify type of contact. Currently supported values: “PERSONAL”, “SHARED”, “OTHER“.
Plan?arrayThe stages that an escalation plan or engagement plan engages contacts and contact methods in.
Tags?array
createCreate a SSMContacts Contact
getGet a SSMContacts Contact
ArgumentTypeDescription
identifierstringThe primary identifier of the SSMContacts Contact
updateUpdate a SSMContacts Contact
deleteDelete a SSMContacts Contact
ArgumentTypeDescription
identifierstringThe primary identifier of the SSMContacts Contact
syncSync SSMContacts Contact state from AWS

Resources

state(infinite)— SSMContacts Contact resource state
@swamp/aws/ssmcontacts/contact-channelv2026.04.03.2contact_channel.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
ContactId?stringARN of the contact resource
ChannelName?stringThe device name. String of 6 to 50 alphabetical, numeric, dash, and underscore characters.
ChannelType?enumDevice type, which specify notification channel. Currently supported values: “SMS”, “VOICE”, “EMAIL”, “CHATBOT.
DeferActivation?booleanIf you want to activate the channel at a later time, you can choose to defer activation. SSM Incident Manager can't engage your contact channel until it has been activated.
ChannelAddress?stringThe details that SSM Incident Manager uses when trying to engage the contact channel.
createCreate a SSMContacts ContactChannel
getGet a SSMContacts ContactChannel
ArgumentTypeDescription
identifierstringThe primary identifier of the SSMContacts ContactChannel
updateUpdate a SSMContacts ContactChannel
deleteDelete a SSMContacts ContactChannel
ArgumentTypeDescription
identifierstringThe primary identifier of the SSMContacts ContactChannel
syncSync SSMContacts ContactChannel state from AWS

Resources

state(infinite)— SSMContacts ContactChannel resource state
@swamp/aws/ssmcontacts/planv2026.04.03.2plan.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
ContactId?stringContact ID for the AWS SSM Incident Manager Contact to associate the plan.
Stages?arrayThe stages that an escalation plan or engagement plan engages contacts and contact methods in.
RotationIds?arrayRotation Ids to associate with Oncall Contact for engagement.
createCreate a SSMContacts Plan
getGet a SSMContacts Plan
ArgumentTypeDescription
identifierstringThe primary identifier of the SSMContacts Plan
updateUpdate a SSMContacts Plan
deleteDelete a SSMContacts Plan
ArgumentTypeDescription
identifierstringThe primary identifier of the SSMContacts Plan
syncSync SSMContacts Plan state from AWS

Resources

state(infinite)— SSMContacts Plan resource state
@swamp/aws/ssmcontacts/rotationv2026.04.03.2rotation.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
NamestringName of the Rotation
ContactIdsarrayMembers of the rotation
StartTimestringStart time of the first shift of Oncall Schedule
TimeZoneIdstringTimeZone Identifier for the Oncall Schedule
RecurrenceobjectInformation about when an on-call rotation is in effect and how long the rotation period lasts.
Tags?array
createCreate a SSMContacts Rotation
getGet a SSMContacts Rotation
ArgumentTypeDescription
identifierstringThe primary identifier of the SSMContacts Rotation
updateUpdate a SSMContacts Rotation
deleteDelete a SSMContacts Rotation
ArgumentTypeDescription
identifierstringThe primary identifier of the SSMContacts Rotation
syncSync SSMContacts Rotation state from AWS

Resources

state(infinite)— SSMContacts Rotation resource state