awscc.route53resolver_firewallrulegroup

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - route53resolver:DeleteFirewallRuleGroup, route53resolver:DeleteFirewallRule, route53resolver:UntagResource

update

Parent base class for filters and actions.

definitions:
  FirewallRule:
    additionalProperties: false
    description: Firewall Rule associating the Rule Group to a Domain List
    properties:
      Action:
        description: Rule Action
        enum:
        - ALLOW
        - BLOCK
        - ALERT
        type: string
      BlockOverrideDnsType:
        description: BlockOverrideDnsType
        enum:
        - CNAME
        type: string
      BlockOverrideDomain:
        description: BlockOverrideDomain
        maxLength: 255
        minLength: 1
        type: string
      BlockOverrideTtl:
        description: BlockOverrideTtl
        maximum: 604800
        minimum: 0
        type: integer
      BlockResponse:
        description: BlockResponse
        enum:
        - NODATA
        - NXDOMAIN
        - OVERRIDE
        type: string
      FirewallDomainListId:
        description: ResourceId
        maxLength: 64
        minLength: 1
        type: string
      Priority:
        description: Rule Priority
        type: integer
    required:
    - FirewallDomainListId
    - Priority
    - Action
    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
          127 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: 127
        minLength: 1
        type: string
      Value:
        description: 'The value for the tag. You can specify a value that is 1 to
          255 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: 255
        minLength: 0
        type: string
    required:
    - Key
    - Value
    type: object
properties:
  FirewallRules:
    description: FirewallRules
    insertionOrder: false
    items:
      additionalProperties: false
      description: Firewall Rule associating the Rule Group to a Domain List
      properties:
        Action:
          description: Rule Action
          enum:
          - ALLOW
          - BLOCK
          - ALERT
          type: string
        BlockOverrideDnsType:
          description: BlockOverrideDnsType
          enum:
          - CNAME
          type: string
        BlockOverrideDomain:
          description: BlockOverrideDomain
          maxLength: 255
          minLength: 1
          type: string
        BlockOverrideTtl:
          description: BlockOverrideTtl
          maximum: 604800
          minimum: 0
          type: integer
        BlockResponse:
          description: BlockResponse
          enum:
          - NODATA
          - NXDOMAIN
          - OVERRIDE
          type: string
        FirewallDomainListId:
          description: ResourceId
          maxLength: 64
          minLength: 1
          type: string
        Priority:
          description: Rule Priority
          type: integer
      required:
      - FirewallDomainListId
      - Priority
      - Action
      type: object
    type: array
    uniqueItems: true
  Tags:
    description: Tags
    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 127 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: 127
          minLength: 1
          type: string
        Value:
          description: 'The value for the tag. You can specify a value that is 1 to
            255 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: 255
          minLength: 0
          type: string
      required:
      - Key
      - Value
      type: object
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - route53resolver:CreateFirewallRule, route53resolver:DeleteFirewallRule, route53resolver:UpdateFirewallRule, route53resolver:TagResource, route53resolver:UntagResource