Readonly
account(OPTIONAL) Set an override for the account the Gateway Load Balancer is deployed to.
This is the account
property of the VPC referenced in the vpc
property.
This value defaults to the value set for the central network services delegated admin account. Only set this value if you would like your Gateway Load Balancer deployed to an account other than the configured delegated admin account.
Readonly
cross(OPTIONAL) Whether to enable cross-zone load balancing.
Readonly
deletion(OPTIONAL) Whether to enable deletion protection.
Readonly
endpointsReadonly
nameThe friendly name of the Gateway Load Balancer.
CAUTION: Changing this property value after initial deployment causes the load balancer to be recreated. Please be aware that any downstream dependencies may cause this property update to fail.
Readonly
subnetsAn array of friendly names of subnets to deploy the Gateway Load Balancer to.
This is the logical name
property of the subnets as defined in network-config.yaml.
The subnets referenced must exist in the VPC referenced in the vpc
property.
Readonly
tags(OPTIONAL) An array of CloudFormation tag objects.
Readonly
target(OPTIONAL) The friendly name of a target group to forward traffic to
This target group must be defined in Ec2FirewallConfig
in the customizations-config.yaml
configuration file
Readonly
vpcThe friendly name of the VPC to deploy the Gateway Load Balancer to.
This is the logical name
property of the VPC as defined in network-config.yaml.
VPC templates are not a supported target for Gateway Load Balancers.
Generated using TypeDoc
NetworkConfig / CentralNetworkServicesConfig / GwlbConfig
Gateway Load Balancer configuration. Use to define Gateway Load Balancer configurations for the accelerator. Gateway Load Balancers enable you to deploy, scale, and manage virtual appliances, such as firewalls, intrusion detection and prevention systems, and deep packet inspection systems. It combines a transparent network gateway (that is, a single entry and exit point for all traffic) and distributes traffic while scaling your virtual appliances with the demand.
Example