awscc.frauddetector_variable

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - frauddetector:GetVariables, frauddetector:DeleteVariable

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:
  DataSource:
    description: The source of the data.
    enum:
    - EVENT
    - EXTERNAL_MODEL_SCORE
    type: string
  DataType:
    description: The data type.
    enum:
    - STRING
    - INTEGER
    - FLOAT
    - BOOLEAN
    type: string
  DefaultValue:
    description: The default value for the variable when no value is received.
    type: string
  Description:
    description: The description.
    maxLength: 256
    minLength: 1
    type: string
  Tags:
    description: Tags associated with this variable.
    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:
    description: The variable type. For more information see https://docs.aws.amazon.com/frauddetector/latest/ug/create-a-variable.html#variable-types
    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:
    enum:
    - update

Permissions - frauddetector:GetVariables, frauddetector:UpdateVariable, frauddetector:ListTagsForResource, frauddetector:TagResource, frauddetector:UntagResource