The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::ELB::CreateLoadBalancer - Arguments for method CreateLoadBalancer on Paws::ELB

DESCRIPTION

This class represents the parameters used for calling the method CreateLoadBalancer on the Elastic Load Balancing service. Use the attributes of this class as arguments to method CreateLoadBalancer.

You shouln't make instances of this class. Each attribute should be used as a named argument in the call to CreateLoadBalancer.

As an example:

  $service_obj->CreateLoadBalancer(Att1 => $value1, Att2 => $value2, ...);

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object.

ATTRIBUTES

AvailabilityZones => ArrayRef[Str]

A list of Availability Zones.

At least one Availability Zone must be specified. Specified Availability Zones must be in the same EC2 Region as the load balancer. Traffic will be equally distributed across all zones.

You can later add more Availability Zones after the creation of the load balancer by calling EnableAvailabilityZonesForLoadBalancer action.

REQUIRED Listeners => ArrayRef[Paws::ELB::Listener]

A list of the following tuples: Protocol, LoadBalancerPort, InstanceProtocol, InstancePort, and SSLCertificateId.

REQUIRED LoadBalancerName => Str

The name associated with the load balancer. The name must be unique within your set of load balancers, must have a maximum of 32 characters, and must only contain alphanumeric characters or hyphens.

Scheme => Str

The type of a load balancer.

By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers.

Specify the value internal for this option to create an internal load balancer with a DNS name that resolves to private IP addresses.

This option is only available for load balancers created within EC2-VPC.

SecurityGroups => ArrayRef[Str]

The security groups to assign to your load balancer within your VPC.

Subnets => ArrayRef[Str]

A list of subnet IDs in your VPC to attach to your load balancer. Specify one subnet per Availability Zone.

Tags => ArrayRef[Paws::ELB::Tag]

A list of tags to assign to the load balancer.

For more information about setting tags for your load balancer, see Tagging.

SEE ALSO

This class forms part of Paws, and documents parameters for CreateLoadBalancer in Paws::ELB

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues