Features | Pricing | Documentation | Contact | Blog

Custom::ProxylityUdpGatewayListener ClientRestriction

Specified the clients (IP addresses) allowed to make use of the listener. Packets from clients not specified here will be ignored.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

    {
        "Networks" : [ String, ... ],
        "Domains" : [ String, ... ]
    }
    

YAML

    Networks: 
          - String
    Domains: 
          - String
    

Properties

Networks

Array of CIDRs that identify allowed clients. IP addresses matching any CIDR will be allowed.

Required: No

Type: List of String

Update requires: No interruption

Domains

Array of domain names that identify allowed clients using Client Policy Framework DNS records. Domains can be used when maintaining the list of allowed CIDRs is more easily done externally to Proxylity.

Required: No

Type: List of String

Update requires: No interruption