awscc.frauddetector_entitytype

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - frauddetector:GetEntityTypes, frauddetector:DeleteEntityType

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
properties:
  Description:
    description: The entity type description.
    maxLength: 128
    minLength: 1
    type: string
  Tags:
    description: Tags associated with this entity type.
    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: 200
    type: array
    uniqueItems: false
  type:
    enum:
    - update

Permissions - frauddetector:GetEntityTypes, frauddetector:PutEntityType, frauddetector:ListTagsForResource, frauddetector:TagResource, frauddetector:UntagResource