This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html). # AWS::EC2::VerifiedAccessEndpoint LoadBalancerOptions Describes the load balancer options when creating an AWS Verified Access endpoint using the `load-balancer` type. ## Syntax To declare this entity in your CloudFormation template, use the following syntax: ### JSON ``` { "[LoadBalancerArn](#cfn-ec2-verifiedaccessendpoint-loadbalanceroptions-loadbalancerarn)" : {{String}}, "[Port](#cfn-ec2-verifiedaccessendpoint-loadbalanceroptions-port)" : {{Integer}}, "[PortRanges](#cfn-ec2-verifiedaccessendpoint-loadbalanceroptions-portranges)" : {{[ PortRange, ... ]}}, "[Protocol](#cfn-ec2-verifiedaccessendpoint-loadbalanceroptions-protocol)" : {{String}}, "[SubnetIds](#cfn-ec2-verifiedaccessendpoint-loadbalanceroptions-subnetids)" : {{[ String, ... ]}} } ``` ### YAML ``` [LoadBalancerArn](#cfn-ec2-verifiedaccessendpoint-loadbalanceroptions-loadbalancerarn): {{String}} [Port](#cfn-ec2-verifiedaccessendpoint-loadbalanceroptions-port): {{Integer}} [PortRanges](#cfn-ec2-verifiedaccessendpoint-loadbalanceroptions-portranges): {{ - PortRange}} [Protocol](#cfn-ec2-verifiedaccessendpoint-loadbalanceroptions-protocol): {{String}} [SubnetIds](#cfn-ec2-verifiedaccessendpoint-loadbalanceroptions-subnetids): {{ - String}} ``` ## Properties `LoadBalancerArn` The ARN of the load balancer. *Required*: No *Type*: String *Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) `Port` The IP port number. *Required*: No *Type*: Integer *Minimum*: `1` *Maximum*: `65535` *Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) `PortRanges` The port ranges. *Required*: No *Type*: Array of [PortRange](aws-properties-ec2-verifiedaccessendpoint-portrange.md) *Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) `Protocol` The IP protocol. *Required*: No *Type*: String *Allowed values*: `http | https | tcp` *Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) `SubnetIds` The IDs of the subnets. You can specify only one subnet per Availability Zone. *Required*: No *Type*: Array of String *Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)