libZSservicesZSamazonka-elbv2ZSamazonka-elbv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ELBV2.Types.LoadBalancer

Description

 
Synopsis

Documentation

data LoadBalancer Source #

Information about a load balancer.

See: newLoadBalancer smart constructor.

Constructors

LoadBalancer' 

Fields

Instances

Instances details
Eq LoadBalancer Source # 
Instance details

Defined in Amazonka.ELBV2.Types.LoadBalancer

Read LoadBalancer Source # 
Instance details

Defined in Amazonka.ELBV2.Types.LoadBalancer

Show LoadBalancer Source # 
Instance details

Defined in Amazonka.ELBV2.Types.LoadBalancer

Generic LoadBalancer Source # 
Instance details

Defined in Amazonka.ELBV2.Types.LoadBalancer

Associated Types

type Rep LoadBalancer :: Type -> Type #

NFData LoadBalancer Source # 
Instance details

Defined in Amazonka.ELBV2.Types.LoadBalancer

Methods

rnf :: LoadBalancer -> () #

Hashable LoadBalancer Source # 
Instance details

Defined in Amazonka.ELBV2.Types.LoadBalancer

FromXML LoadBalancer Source # 
Instance details

Defined in Amazonka.ELBV2.Types.LoadBalancer

type Rep LoadBalancer Source # 
Instance details

Defined in Amazonka.ELBV2.Types.LoadBalancer

type Rep LoadBalancer = D1 ('MetaData "LoadBalancer" "Amazonka.ELBV2.Types.LoadBalancer" "libZSservicesZSamazonka-elbv2ZSamazonka-elbv2" 'False) (C1 ('MetaCons "LoadBalancer'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoadBalancerState)) :*: (S1 ('MetaSel ('Just "securityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "loadBalancerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "canonicalHostedZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "availabilityZones") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AvailabilityZone])) :*: (S1 ('MetaSel ('Just "customerOwnedIpv4Pool") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "loadBalancerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "ipAddressType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IpAddressType)) :*: S1 ('MetaSel ('Just "scheme") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoadBalancerSchemeEnum))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoadBalancerTypeEnum)) :*: S1 ('MetaSel ('Just "dNSName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newLoadBalancer :: LoadBalancer Source #

Create a value of LoadBalancer with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:state:LoadBalancer', loadBalancer_state - The state of the load balancer.

$sel:securityGroups:LoadBalancer', loadBalancer_securityGroups - The IDs of the security groups for the load balancer.

$sel:loadBalancerName:LoadBalancer', loadBalancer_loadBalancerName - The name of the load balancer.

$sel:createdTime:LoadBalancer', loadBalancer_createdTime - The date and time the load balancer was created.

$sel:vpcId:LoadBalancer', loadBalancer_vpcId - The ID of the VPC for the load balancer.

$sel:canonicalHostedZoneId:LoadBalancer', loadBalancer_canonicalHostedZoneId - The ID of the Amazon Route 53 hosted zone associated with the load balancer.

$sel:availabilityZones:LoadBalancer', loadBalancer_availabilityZones - The subnets for the load balancer.

$sel:customerOwnedIpv4Pool:LoadBalancer', loadBalancer_customerOwnedIpv4Pool - [Application Load Balancers on Outposts] The ID of the customer-owned address pool.

$sel:loadBalancerArn:LoadBalancer', loadBalancer_loadBalancerArn - The Amazon Resource Name (ARN) of the load balancer.

$sel:ipAddressType:LoadBalancer', loadBalancer_ipAddressType - The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

$sel:scheme:LoadBalancer', loadBalancer_scheme - The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

$sel:type':LoadBalancer', loadBalancer_type - The type of load balancer.

$sel:dNSName:LoadBalancer', loadBalancer_dNSName - The public DNS name of the load balancer.

loadBalancer_securityGroups :: Lens' LoadBalancer (Maybe [Text]) Source #

The IDs of the security groups for the load balancer.

loadBalancer_createdTime :: Lens' LoadBalancer (Maybe UTCTime) Source #

The date and time the load balancer was created.

loadBalancer_vpcId :: Lens' LoadBalancer (Maybe Text) Source #

The ID of the VPC for the load balancer.

loadBalancer_canonicalHostedZoneId :: Lens' LoadBalancer (Maybe Text) Source #

The ID of the Amazon Route 53 hosted zone associated with the load balancer.

loadBalancer_customerOwnedIpv4Pool :: Lens' LoadBalancer (Maybe Text) Source #

Application Load Balancers on Outposts
The ID of the customer-owned address pool.

loadBalancer_loadBalancerArn :: Lens' LoadBalancer (Maybe Text) Source #

The Amazon Resource Name (ARN) of the load balancer.

loadBalancer_ipAddressType :: Lens' LoadBalancer (Maybe IpAddressType) Source #

The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

loadBalancer_scheme :: Lens' LoadBalancer (Maybe LoadBalancerSchemeEnum) Source #

The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

loadBalancer_dNSName :: Lens' LoadBalancer (Maybe Text) Source #

The public DNS name of the load balancer.