awscc.redshift_eventsubscription

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - redshift:DeleteEventSubscription, redshift:DeleteTags

update

Parent base class for filters and actions.

definitions:
  Tag:
    additionalProperties: false
    description: A key-value pair to associate with a resource.
    properties:
      Key:
        description: 'The key name of the tag. You can specify a value that is 1 to
          128 Unicode characters in length and cannot be prefixed with aws:. You can
          use any of the following characters: the set of Unicode letters, digits,
          whitespace, _, ., /, =, +, and -.'
        maxLength: 128
        minLength: 1
        type: string
      Value:
        description: 'The value for the tag. You can specify a value that is 0 to
          256 Unicode characters in length and cannot be prefixed with aws:. You can
          use any of the following characters: the set of Unicode letters, digits,
          whitespace, _, ., /, =, +, and -.'
        maxLength: 256
        minLength: 0
        type: string
    required:
    - Key
    - Value
    type: object
properties:
  Enabled:
    description: A boolean value; set to true to activate the subscription, and set
      to false to create the subscription but not activate it.
    type: boolean
  EventCategories:
    description: Specifies the Amazon Redshift event categories to be published by
      the event notification subscription.
    insertionOrder: false
    items:
      enum:
      - configuration
      - management
      - monitoring
      - security
      - pending
      type: string
    type: array
    uniqueItems: true
  Severity:
    description: Specifies the Amazon Redshift event severity to be published by the
      event notification subscription.
    enum:
    - ERROR
    - INFO
    type: string
  SnsTopicArn:
    description: The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit
      the event notifications.
    type: string
  SourceIds:
    description: A list of one or more identifiers of Amazon Redshift source objects.
    insertionOrder: false
    items:
      type: string
    type: array
  SourceType:
    description: The type of source that will be generating the events.
    enum:
    - cluster
    - cluster-parameter-group
    - cluster-security-group
    - cluster-snapshot
    - scheduled-action
    type: string
  Tags:
    description: An array of key-value pairs to apply to this resource.
    insertionOrder: false
    items:
      additionalProperties: false
      description: A key-value pair to associate with a resource.
      properties:
        Key:
          description: 'The key name of the tag. You can specify a value that is 1
            to 128 Unicode characters in length and cannot be prefixed with aws:.
            You can use any of the following characters: the set of Unicode letters,
            digits, whitespace, _, ., /, =, +, and -.'
          maxLength: 128
          minLength: 1
          type: string
        Value:
          description: 'The value for the tag. You can specify a value that is 0 to
            256 Unicode characters in length and cannot be prefixed with aws:. You
            can use any of the following characters: the set of Unicode letters, digits,
            whitespace, _, ., /, =, +, and -.'
          maxLength: 256
          minLength: 0
          type: string
      required:
      - Key
      - Value
      type: object
    type: array
  type:
    enum:
    - update

Permissions - redshift:ModifyEventSubscription, redshift:CreateTags, redshift:DescribeTags, redshift:DeleteTags