awscc.networkfirewall_firewall

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - ec2:DeleteVpcEndpoints, logs:DescribeLogGroups, logs:DescribeResourcePolicies, logs:GetLogDelivery, logs:ListLogDeliveries, network-firewall:DeleteFirewall, network-firewall:UntagResource

update

Parent base class for filters and actions.

definitions:
  EndpointId:
    description: An endpoint Id.
    type: string
  ResourceArn:
    description: A resource ARN.
    maxLength: 256
    minLength: 1
    pattern: ^arn:aws.*$
    type: string
  SubnetMapping:
    additionalProperties: false
    properties:
      SubnetId:
        description: A SubnetId.
        type: string
    required:
    - SubnetId
    type: object
  Tag:
    additionalProperties: false
    properties:
      Key:
        maxLength: 128
        minLength: 1
        type: string
      Value:
        maxLength: 255
        minLength: 0
        type: string
    required:
    - Value
    - Key
    type: object
properties:
  DeleteProtection:
    type: boolean
  Description:
    maxLength: 512
    pattern: ^.*$
    type: string
  FirewallPolicyArn:
    description: A resource ARN.
    maxLength: 256
    minLength: 1
    pattern: ^arn:aws.*$
    type: string
  FirewallPolicyChangeProtection:
    type: boolean
  SubnetChangeProtection:
    type: boolean
  SubnetMappings:
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        SubnetId:
          description: A SubnetId.
          type: string
      required:
      - SubnetId
      type: object
    minItems: 1
    type: array
    uniqueItems: true
  Tags:
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        Key:
          maxLength: 128
          minLength: 1
          type: string
        Value:
          maxLength: 255
          minLength: 0
          type: string
      required:
      - Value
      - Key
      type: object
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - network-firewall:AssociateSubnets, network-firewall:DisassociateSubnets, network-firewall:UpdateFirewallDescription, network-firewall:UpdateFirewallDeleteProtection, network-firewall:UpdateSubnetChangeProtection, network-firewall:UpdateFirewallPolicyChangeProtection, network-firewall:AssociateFirewallPolicy, network-firewall:TagResource, network-firewall:UntagResource, network-firewall:DescribeFirewall