awscc.fms_notificationchannel¶
Filters¶
event
reduce
value
Actions¶
delete¶
Parent base class for filters and actions.
properties:
  type:
    enum:
    - delete
required:
- type
Permissions - fms:DeleteNotificationChannel
update¶
Parent base class for filters and actions.
definitions:
  ResourceArn:
    description: A resource ARN.
    maxLength: 1024
    minLength: 1
    pattern: ^([^\s]+)$
    type: string
properties:
  SnsRoleName:
    description: A resource ARN.
    maxLength: 1024
    minLength: 1
    pattern: ^([^\s]+)$
    type: string
  SnsTopicArn:
    description: A resource ARN.
    maxLength: 1024
    minLength: 1
    pattern: ^([^\s]+)$
    type: string
  type:
    enum:
    - update
Permissions - fms:PutNotificationChannel, iam:PassRole