awscc.wafv2_regexpatternset

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - wafv2:DeleteRegexPatternSet, wafv2:GetRegexPatternSet

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
    type: object
properties:
  Description:
    description: Description of the entity.
    pattern: ^[a-zA-Z0-9=:#@/\-,.][a-zA-Z0-9+=:#@/\-,.\s]+[a-zA-Z0-9+=:#@/\-,.]{1,256}$
    type: string
  RegularExpressionList:
    items:
      type: string
    type: array
  Tags:
    items:
      additionalProperties: false
      properties:
        Key:
          maxLength: 128
          minLength: 1
          type: string
        Value:
          maxLength: 256
          minLength: 0
          type: string
      type: object
    minItems: 1
    type: array
  type:
    enum:
    - update

Permissions - wafv2:UpdateRegexPatternSet, wafv2:GetRegexPatternSet, wafv2:ListTagsForResource