awscc.frauddetector_eventtype

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - frauddetector:GetVariables, frauddetector:GetEventTypes, frauddetector:GetLabels, frauddetector:GetEntityTypes, frauddetector:DeleteEventType, frauddetector:DeleteVariable, frauddetector:DeleteLabel, frauddetector:DeleteEntityType, frauddetector:ListTagsForResource

update

Parent base class for filters and actions.

definitions:
  EntityType:
    additionalProperties: false
    properties:
      Arn:
        type: string
      CreatedTime:
        description: The time when the event type was created.
        type: string
      Description:
        description: The description.
        maxLength: 256
        minLength: 1
        type: string
      Inline:
        type: boolean
      LastUpdatedTime:
        description: The time when the event type was last updated.
        type: string
      Name:
        type: string
      Tags:
        description: Tags associated with this event 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: object
  EventVariable:
    additionalProperties: false
    properties:
      Arn:
        type: string
      CreatedTime:
        description: The time when the event type was created.
        type: string
      DataSource:
        enum:
        - EVENT
        type: string
      DataType:
        enum:
        - STRING
        - INTEGER
        - FLOAT
        - BOOLEAN
        type: string
      DefaultValue:
        type: string
      Description:
        description: The description.
        maxLength: 256
        minLength: 1
        type: string
      Inline:
        type: boolean
      LastUpdatedTime:
        description: The time when the event type was last updated.
        type: string
      Name:
        type: string
      Tags:
        description: Tags associated with this event 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
      VariableType:
        enum:
        - AUTH_CODE
        - AVS
        - BILLING_ADDRESS_L1
        - BILLING_ADDRESS_L2
        - BILLING_CITY
        - BILLING_COUNTRY
        - BILLING_NAME
        - BILLING_PHONE
        - BILLING_STATE
        - BILLING_ZIP
        - CARD_BIN
        - CATEGORICAL
        - CURRENCY_CODE
        - EMAIL_ADDRESS
        - FINGERPRINT
        - FRAUD_LABEL
        - FREE_FORM_TEXT
        - IP_ADDRESS
        - NUMERIC
        - ORDER_ID
        - PAYMENT_TYPE
        - PHONE_NUMBER
        - PRICE
        - PRODUCT_CATEGORY
        - SHIPPING_ADDRESS_L1
        - SHIPPING_ADDRESS_L2
        - SHIPPING_CITY
        - SHIPPING_COUNTRY
        - SHIPPING_NAME
        - SHIPPING_PHONE
        - SHIPPING_STATE
        - SHIPPING_ZIP
        - USERAGENT
        type: string
    type: object
  Label:
    additionalProperties: false
    properties:
      Arn:
        type: string
      CreatedTime:
        description: The time when the event type was created.
        type: string
      Description:
        description: The description.
        maxLength: 256
        minLength: 1
        type: string
      Inline:
        type: boolean
      LastUpdatedTime:
        description: The time when the event type was last updated.
        type: string
      Name:
        type: string
      Tags:
        description: Tags associated with this event 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: object
  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 description of the event type.
    maxLength: 128
    minLength: 1
    type: string
  EntityTypes:
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        Arn:
          type: string
        CreatedTime:
          description: The time when the event type was created.
          type: string
        Description:
          description: The description.
          maxLength: 256
          minLength: 1
          type: string
        Inline:
          type: boolean
        LastUpdatedTime:
          description: The time when the event type was last updated.
          type: string
        Name:
          type: string
        Tags:
          description: Tags associated with this event 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: object
    minItems: 1
    type: array
    uniqueItems: false
  EventVariables:
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        Arn:
          type: string
        CreatedTime:
          description: The time when the event type was created.
          type: string
        DataSource:
          enum:
          - EVENT
          type: string
        DataType:
          enum:
          - STRING
          - INTEGER
          - FLOAT
          - BOOLEAN
          type: string
        DefaultValue:
          type: string
        Description:
          description: The description.
          maxLength: 256
          minLength: 1
          type: string
        Inline:
          type: boolean
        LastUpdatedTime:
          description: The time when the event type was last updated.
          type: string
        Name:
          type: string
        Tags:
          description: Tags associated with this event 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
        VariableType:
          enum:
          - AUTH_CODE
          - AVS
          - BILLING_ADDRESS_L1
          - BILLING_ADDRESS_L2
          - BILLING_CITY
          - BILLING_COUNTRY
          - BILLING_NAME
          - BILLING_PHONE
          - BILLING_STATE
          - BILLING_ZIP
          - CARD_BIN
          - CATEGORICAL
          - CURRENCY_CODE
          - EMAIL_ADDRESS
          - FINGERPRINT
          - FRAUD_LABEL
          - FREE_FORM_TEXT
          - IP_ADDRESS
          - NUMERIC
          - ORDER_ID
          - PAYMENT_TYPE
          - PHONE_NUMBER
          - PRICE
          - PRODUCT_CATEGORY
          - SHIPPING_ADDRESS_L1
          - SHIPPING_ADDRESS_L2
          - SHIPPING_CITY
          - SHIPPING_COUNTRY
          - SHIPPING_NAME
          - SHIPPING_PHONE
          - SHIPPING_STATE
          - SHIPPING_ZIP
          - USERAGENT
          type: string
      type: object
    minItems: 1
    type: array
    uniqueItems: false
  Labels:
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        Arn:
          type: string
        CreatedTime:
          description: The time when the event type was created.
          type: string
        Description:
          description: The description.
          maxLength: 256
          minLength: 1
          type: string
        Inline:
          type: boolean
        LastUpdatedTime:
          description: The time when the event type was last updated.
          type: string
        Name:
          type: string
        Tags:
          description: Tags associated with this event 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: object
    minItems: 2
    type: array
    uniqueItems: false
  Tags:
    description: Tags associated with this event 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:CreateVariable, frauddetector:UpdateVariable, frauddetector:GetVariables, frauddetector:PutLabel, frauddetector:PutEntityType, frauddetector:PutEventType, frauddetector:GetEventTypes, frauddetector:GetLabels, frauddetector:GetEntityTypes, frauddetector:DeleteEventType, frauddetector:DeleteVariable, frauddetector:DeleteLabel, frauddetector:DeleteEntityType, frauddetector:ListTagsForResource, frauddetector:TagResource, frauddetector:UntagResource