Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data LoadBalancer = LoadBalancer' {
- state :: Maybe LoadBalancerState
- securityGroups :: Maybe [Text]
- loadBalancerName :: Maybe Text
- createdTime :: Maybe ISO8601
- vpcId :: Maybe Text
- canonicalHostedZoneId :: Maybe Text
- availabilityZones :: Maybe [AvailabilityZone]
- customerOwnedIpv4Pool :: Maybe Text
- loadBalancerArn :: Maybe Text
- ipAddressType :: Maybe IpAddressType
- scheme :: Maybe LoadBalancerSchemeEnum
- type' :: Maybe LoadBalancerTypeEnum
- dNSName :: Maybe Text
- newLoadBalancer :: LoadBalancer
- loadBalancer_state :: Lens' LoadBalancer (Maybe LoadBalancerState)
- loadBalancer_securityGroups :: Lens' LoadBalancer (Maybe [Text])
- loadBalancer_loadBalancerName :: Lens' LoadBalancer (Maybe Text)
- loadBalancer_createdTime :: Lens' LoadBalancer (Maybe UTCTime)
- loadBalancer_vpcId :: Lens' LoadBalancer (Maybe Text)
- loadBalancer_canonicalHostedZoneId :: Lens' LoadBalancer (Maybe Text)
- loadBalancer_availabilityZones :: Lens' LoadBalancer (Maybe [AvailabilityZone])
- loadBalancer_customerOwnedIpv4Pool :: Lens' LoadBalancer (Maybe Text)
- loadBalancer_loadBalancerArn :: Lens' LoadBalancer (Maybe Text)
- loadBalancer_ipAddressType :: Lens' LoadBalancer (Maybe IpAddressType)
- loadBalancer_scheme :: Lens' LoadBalancer (Maybe LoadBalancerSchemeEnum)
- loadBalancer_type :: Lens' LoadBalancer (Maybe LoadBalancerTypeEnum)
- loadBalancer_dNSName :: Lens' LoadBalancer (Maybe Text)
Documentation
data LoadBalancer Source #
Information about a load balancer.
See: newLoadBalancer
smart constructor.
LoadBalancer' | |
|
Instances
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_state :: Lens' LoadBalancer (Maybe LoadBalancerState) Source #
The state of the load balancer.
loadBalancer_securityGroups :: Lens' LoadBalancer (Maybe [Text]) Source #
The IDs of the security groups for the load balancer.
loadBalancer_loadBalancerName :: Lens' LoadBalancer (Maybe Text) Source #
The name of 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_availabilityZones :: Lens' LoadBalancer (Maybe [AvailabilityZone]) Source #
The subnets for 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_type :: Lens' LoadBalancer (Maybe LoadBalancerTypeEnum) Source #
The type of load balancer.
loadBalancer_dNSName :: Lens' LoadBalancer (Maybe Text) Source #
The public DNS name of the load balancer.