awscc.ssmcontacts_contactchannel

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

properties:
  type:
    enum:
    - delete
required:
- type

Permissions - ssm-contacts:DeleteContactChannel

update

Parent base class for filters and actions.

properties:
  ChannelAddress:
    description: The details that SSM Incident Manager uses when trying to engage
      the contact channel.
    type: string
  ChannelName:
    description: The device name. String of 6 to 50 alphabetical, numeric, dash, and
      underscore characters.
    maxLength: 255
    minLength: 1
    pattern: '[a-zA-Z 0-9_\-+''&\uD83C-\uDBFF\uDC00-\uDFFF\u2000-\u3300]+'
    type: string
  DeferActivation:
    description: If 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.
    type: boolean
  type:
    enum:
    - update

Permissions - ssm-contacts:UpdateContactChannel