awscc.evidently_feature

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - evidently:DeleteFeature, evidently:UntagResource

update

Parent base class for filters and actions.

definitions:
  EntityOverride:
    additionalProperties: false
    properties:
      EntityId:
        type: string
      Variation:
        maxLength: 127
        minLength: 1
        pattern: '[-a-zA-Z0-9._]*'
        type: string
    type: object
  Tag:
    additionalProperties: false
    description: A key-value pair to associate with a resource.
    properties:
      Key:
        description: 'The key name of the tag. You can specify a value that is 1 to
          128 Unicode characters in length and cannot be prefixed with aws:. You can
          use any of the following characters: the set of Unicode letters, digits,
          whitespace, _, ., /, =, +, and -.'
        maxLength: 128
        minLength: 1
        pattern: ^(?!aws:)[a-zA-Z+-=._:/]+$
        type: string
      Value:
        description: 'The value for the tag. You can specify a value that is 0 to
          256 Unicode characters in length and cannot be prefixed with aws:. You can
          use any of the following characters: the set of Unicode letters, digits,
          whitespace, _, ., /, =, +, and -.'
        maxLength: 256
        minLength: 0
        type: string
    required:
    - Key
    - Value
    type: object
  VariationObject:
    additionalProperties: false
    oneOf:
    - required:
      - VariationName
      - StringValue
    - required:
      - VariationName
      - BooleanValue
    - required:
      - VariationName
      - LongValue
    - required:
      - VariationName
      - DoubleValue
    properties:
      BooleanValue:
        type: boolean
      DoubleValue:
        type: number
      LongValue:
        type: number
      StringValue:
        maxLength: 512
        minLength: 0
        type: string
      VariationName:
        maxLength: 127
        minLength: 1
        pattern: '[-a-zA-Z0-9._]*'
        type: string
    type: object
properties:
  DefaultVariation:
    maxLength: 127
    minLength: 1
    pattern: '[-a-zA-Z0-9._]*'
    type: string
  Description:
    maxLength: 160
    minLength: 0
    type: string
  EntityOverrides:
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        EntityId:
          type: string
        Variation:
          maxLength: 127
          minLength: 1
          pattern: '[-a-zA-Z0-9._]*'
          type: string
      type: object
    maxItems: 20
    minItems: 0
    type: array
    uniqueItems: true
  EvaluationStrategy:
    enum:
    - ALL_RULES
    - DEFAULT_VARIATION
    type: string
  Tags:
    description: An array of key-value pairs to apply to this resource.
    insertionOrder: false
    items:
      additionalProperties: false
      description: A key-value pair to associate with a resource.
      properties:
        Key:
          description: 'The key name of the tag. You can specify a value that is 1
            to 128 Unicode characters in length and cannot be prefixed with aws:.
            You can use any of the following characters: the set of Unicode letters,
            digits, whitespace, _, ., /, =, +, and -.'
          maxLength: 128
          minLength: 1
          pattern: ^(?!aws:)[a-zA-Z+-=._:/]+$
          type: string
        Value:
          description: 'The value for the tag. You can specify a value that is 0 to
            256 Unicode characters in length and cannot be prefixed with aws:. You
            can use any of the following characters: the set of Unicode letters, digits,
            whitespace, _, ., /, =, +, and -.'
          maxLength: 256
          minLength: 0
          type: string
      required:
      - Key
      - Value
      type: object
    type: array
    uniqueItems: true
  Variations:
    insertionOrder: true
    items:
      additionalProperties: false
      oneOf:
      - required:
        - VariationName
        - StringValue
      - required:
        - VariationName
        - BooleanValue
      - required:
        - VariationName
        - LongValue
      - required:
        - VariationName
        - DoubleValue
      properties:
        BooleanValue:
          type: boolean
        DoubleValue:
          type: number
        LongValue:
          type: number
        StringValue:
          maxLength: 512
          minLength: 0
          type: string
        VariationName:
          maxLength: 127
          minLength: 1
          pattern: '[-a-zA-Z0-9._]*'
          type: string
      type: object
    maxItems: 5
    minItems: 1
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - evidently:UpdateFeature, evidently:ListTagsForResource, evidently:TagResource, evidently:UntagResource