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
Documentation
data GatewayGroup Source #
The details of the gateway group.
See: newGatewayGroup
smart constructor.
Instances
newGatewayGroup :: GatewayGroup Source #
Create a value of GatewayGroup
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:arn:GatewayGroup'
, gatewayGroup_arn
- The ARN of the gateway group.
$sel:name:GatewayGroup'
, gatewayGroup_name
- The name of the gateway group.
$sel:description:GatewayGroup'
, gatewayGroup_description
- The description of the gateway group.
gatewayGroup_arn :: Lens' GatewayGroup (Maybe Text) Source #
The ARN of the gateway group.
gatewayGroup_name :: Lens' GatewayGroup (Maybe Text) Source #
The name of the gateway group.
gatewayGroup_description :: Lens' GatewayGroup (Maybe Text) Source #
The description of the gateway group.