| 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 |
Amazonka.SecurityHub.Types.AwsElbLoadBalancerBackendServerDescription
Description
Synopsis
- data AwsElbLoadBalancerBackendServerDescription = AwsElbLoadBalancerBackendServerDescription' {
- policyNames :: Maybe [Text]
- instancePort :: Maybe Int
- newAwsElbLoadBalancerBackendServerDescription :: AwsElbLoadBalancerBackendServerDescription
- awsElbLoadBalancerBackendServerDescription_policyNames :: Lens' AwsElbLoadBalancerBackendServerDescription (Maybe [Text])
- awsElbLoadBalancerBackendServerDescription_instancePort :: Lens' AwsElbLoadBalancerBackendServerDescription (Maybe Int)
Documentation
data AwsElbLoadBalancerBackendServerDescription Source #
Provides information about the configuration of an EC2 instance for the load balancer.
See: newAwsElbLoadBalancerBackendServerDescription smart constructor.
Constructors
| AwsElbLoadBalancerBackendServerDescription' | |
Fields
| |
Instances
newAwsElbLoadBalancerBackendServerDescription :: AwsElbLoadBalancerBackendServerDescription Source #
Create a value of AwsElbLoadBalancerBackendServerDescription 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:policyNames:AwsElbLoadBalancerBackendServerDescription', awsElbLoadBalancerBackendServerDescription_policyNames - The names of the policies that are enabled for the EC2 instance.
$sel:instancePort:AwsElbLoadBalancerBackendServerDescription', awsElbLoadBalancerBackendServerDescription_instancePort - The port on which the EC2 instance is listening.
awsElbLoadBalancerBackendServerDescription_policyNames :: Lens' AwsElbLoadBalancerBackendServerDescription (Maybe [Text]) Source #
The names of the policies that are enabled for the EC2 instance.
awsElbLoadBalancerBackendServerDescription_instancePort :: Lens' AwsElbLoadBalancerBackendServerDescription (Maybe Int) Source #
The port on which the EC2 instance is listening.