awscc.detective_memberinvitation

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - detective:DeleteMembers

update

Parent base class for filters and actions.

properties:
  DisableEmailNotification:
    default: false
    description: When set to true, invitation emails are not sent to the member accounts.
      Member accounts must still accept the invitation before they are added to the
      behavior graph. Updating this field has no effect.
    type: boolean
  MemberEmailAddress:
    description: The root email address for the account to be invited, for validation.
      Updating this field has no effect.
    pattern: .*@.*
    type: string
  Message:
    description: A message to be included in the email invitation sent to the invited
      account. Updating this field has no effect.
    maxLength: 1000
    minLength: 1
    type: string
  type:
    enum:
    - update