awscc.ses_contactlist

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - ses:DeleteContactList

update

Parent base class for filters and actions.

definitions:
  Tag:
    additionalProperties: false
    properties:
      Key:
        maxLength: 128
        minLength: 1
        type: string
      Value:
        maxLength: 256
        minLength: 0
        type: string
    required:
    - Key
    - Value
    type: object
  Topic:
    additionalProperties: false
    properties:
      DefaultSubscriptionStatus:
        type: string
      Description:
        description: The description of the topic.
        maxLength: 500
        minLength: 0
        type: string
      DisplayName:
        description: The display name of the topic.
        maxLength: 128
        minLength: 0
        type: string
      TopicName:
        description: The name of the topic.
        pattern: ^[a-zA-Z0-9_-]{1,64}$
        type: string
    required:
    - TopicName
    - DisplayName
    - DefaultSubscriptionStatus
    type: object
properties:
  Description:
    description: The description of the contact list.
    maxLength: 500
    type: string
  Tags:
    description: The tags (keys and values) associated with the contact list.
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        Key:
          maxLength: 128
          minLength: 1
          type: string
        Value:
          maxLength: 256
          minLength: 0
          type: string
      required:
      - Key
      - Value
      type: object
    maxItems: 50
    minItems: 0
    type: array
  Topics:
    description: The topics associated with the contact list.
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        DefaultSubscriptionStatus:
          type: string
        Description:
          description: The description of the topic.
          maxLength: 500
          minLength: 0
          type: string
        DisplayName:
          description: The display name of the topic.
          maxLength: 128
          minLength: 0
          type: string
        TopicName:
          description: The name of the topic.
          pattern: ^[a-zA-Z0-9_-]{1,64}$
          type: string
      required:
      - TopicName
      - DisplayName
      - DefaultSubscriptionStatus
      type: object
    maxItems: 20
    minItems: 0
    type: array
  type:
    enum:
    - update

Permissions - ses:UpdateContactList, ses:UntagResource, ses:TagResource