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 |
Describes the attributes for the specified target group.
For more information, see the following:
- Target group attributes in the Application Load Balancers Guide
- Target group attributes in the Network Load Balancers Guide
- Target group attributes in the Gateway Load Balancers Guide
Synopsis
- data DescribeTargetGroupAttributes = DescribeTargetGroupAttributes' {}
- newDescribeTargetGroupAttributes :: Text -> DescribeTargetGroupAttributes
- describeTargetGroupAttributes_targetGroupArn :: Lens' DescribeTargetGroupAttributes Text
- data DescribeTargetGroupAttributesResponse = DescribeTargetGroupAttributesResponse' {}
- newDescribeTargetGroupAttributesResponse :: Int -> DescribeTargetGroupAttributesResponse
- describeTargetGroupAttributesResponse_attributes :: Lens' DescribeTargetGroupAttributesResponse (Maybe [TargetGroupAttribute])
- describeTargetGroupAttributesResponse_httpStatus :: Lens' DescribeTargetGroupAttributesResponse Int
Creating a Request
data DescribeTargetGroupAttributes Source #
See: newDescribeTargetGroupAttributes
smart constructor.
DescribeTargetGroupAttributes' | |
|
Instances
newDescribeTargetGroupAttributes Source #
Create a value of DescribeTargetGroupAttributes
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:targetGroupArn:DescribeTargetGroupAttributes'
, describeTargetGroupAttributes_targetGroupArn
- The Amazon Resource Name (ARN) of the target group.
Request Lenses
describeTargetGroupAttributes_targetGroupArn :: Lens' DescribeTargetGroupAttributes Text Source #
The Amazon Resource Name (ARN) of the target group.
Destructuring the Response
data DescribeTargetGroupAttributesResponse Source #
See: newDescribeTargetGroupAttributesResponse
smart constructor.
DescribeTargetGroupAttributesResponse' | |
|
Instances
newDescribeTargetGroupAttributesResponse Source #
Create a value of DescribeTargetGroupAttributesResponse
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:attributes:DescribeTargetGroupAttributesResponse'
, describeTargetGroupAttributesResponse_attributes
- Information about the target group attributes
$sel:httpStatus:DescribeTargetGroupAttributesResponse'
, describeTargetGroupAttributesResponse_httpStatus
- The response's http status code.
Response Lenses
describeTargetGroupAttributesResponse_attributes :: Lens' DescribeTargetGroupAttributesResponse (Maybe [TargetGroupAttribute]) Source #
Information about the target group attributes
describeTargetGroupAttributesResponse_httpStatus :: Lens' DescribeTargetGroupAttributesResponse Int Source #
The response's http status code.