awscc.codestarnotifications_notificationrule

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - codestar-notifications:deleteNotificationRule, codestar-notifications:describeNotificationRule

update

Parent base class for filters and actions.

definitions:
  Target:
    additionalProperties: false
    properties:
      TargetAddress:
        type: string
      TargetType:
        type: string
    required:
    - TargetType
    - TargetAddress
    type: object
properties:
  CreatedBy:
    maxLength: 2048
    minLength: 1
    type: string
  DetailType:
    enum:
    - BASIC
    - FULL
    type: string
  EventTypeId:
    maxLength: 2048
    minLength: 1
    type: string
  EventTypeIds:
    items:
      maxLength: 200
      minLength: 1
      type: string
    type: array
    uniqueItems: false
  Name:
    maxLength: 64
    minLength: 1
    pattern: '[A-Za-z0-9\-_ ]+$'
    type: string
  Status:
    enum:
    - ENABLED
    - DISABLED
    type: string
  TargetAddress:
    maxLength: 2048
    minLength: 1
    type: string
  Targets:
    items:
      additionalProperties: false
      properties:
        TargetAddress:
          type: string
        TargetType:
          type: string
      required:
      - TargetType
      - TargetAddress
      type: object
    maxItems: 10
    type: array
    uniqueItems: false
  type:
    enum:
    - update

Permissions - codestar-notifications:updateNotificationRule