Features
| Pricing | Documentation | Contact | Blog
Manages a dedicated listener with an assigned port on an Proxylity ingress domain, the properties of the listener, and the destinations associated with it.
To declare this entity in your AWS CloudFormation template, use the following syntax:
{ "Type" : "Custom::ProxylityUdpGatewayListener", "Properties" : { "ServiceToken" : String, "ApiKey" : String, "Protocols" : [ String, ... ], "Destinations" : [ Destination, ... ], "ClientRestrictions" : [ ClientRestriction, ... ] } }
Type: Custom::ProxylityUdpGatewayListener Properties: ServiceToken: String ApiKey: String Protocols: [ String, ... ] Destinations: [ Destination, ... ] ClientRestrictions: [ ClientRestriction, ... ]
The ARN of the Proxylity custom resource handler in the deployment region found in the customer configuration provided by Proxylity. See AWS::Cloudformation::CustomResource.
The ApiKey provided to you by Proxylity.
The IP protocols the listener supports. The only supported value is 'udp' at this time.
Required: Yes
Type: List of String
Update requires: No interruption
Specifies the AWS resources that will be used to handle packets arriving at the Listener.
Required: No
Type: List of Destination
Update requires: No interruption
Specifies the IP addresses (in CIDR format) and domains (CPF DNS lookup) for which traffic will be accepted. Not
including the ClientRestrictions
property causes all traffic to be blocked. It's highly recommended
to include only trusted networks of IPs as allowed senders for your listeners.
Required: No
Type: List of ClientRestriction
Update requires: No interruption
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref returns the Id.
The Fn::GetAtt
intrinsic function returns a value for a specified attribute of this type. The
following are the available attributes and sample return values.
For more information about using the Fn::GetAtt
intrinsic function, see Fn::GetAtt.
The logical ID assigned when the resource is created.
The port assigned to the listener. Send traffic to this port on one of the assigned IP addresses.
The ingress subdomain on which the assigned port is located, currently of the form ingres-
.
The fully qualified domain can be formed by appending "proxylity.com" to the ingress domain, to do DNS lookups
for example.