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 ServerGroupLaunchConfiguration = ServerGroupLaunchConfiguration' {}
- newServerGroupLaunchConfiguration :: ServerGroupLaunchConfiguration
- serverGroupLaunchConfiguration_serverGroupId :: Lens' ServerGroupLaunchConfiguration (Maybe Text)
- serverGroupLaunchConfiguration_launchOrder :: Lens' ServerGroupLaunchConfiguration (Maybe Int)
- serverGroupLaunchConfiguration_serverLaunchConfigurations :: Lens' ServerGroupLaunchConfiguration (Maybe [ServerLaunchConfiguration])
Documentation
data ServerGroupLaunchConfiguration Source #
Launch configuration for a server group.
See: newServerGroupLaunchConfiguration
smart constructor.
ServerGroupLaunchConfiguration' | |
|
Instances
newServerGroupLaunchConfiguration :: ServerGroupLaunchConfiguration Source #
Create a value of ServerGroupLaunchConfiguration
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:serverGroupId:ServerGroupLaunchConfiguration'
, serverGroupLaunchConfiguration_serverGroupId
- The ID of the server group with which the launch configuration is
associated.
$sel:launchOrder:ServerGroupLaunchConfiguration'
, serverGroupLaunchConfiguration_launchOrder
- The launch order of servers in the server group.
$sel:serverLaunchConfigurations:ServerGroupLaunchConfiguration'
, serverGroupLaunchConfiguration_serverLaunchConfigurations
- The launch configuration for servers in the server group.
serverGroupLaunchConfiguration_serverGroupId :: Lens' ServerGroupLaunchConfiguration (Maybe Text) Source #
The ID of the server group with which the launch configuration is associated.
serverGroupLaunchConfiguration_launchOrder :: Lens' ServerGroupLaunchConfiguration (Maybe Int) Source #
The launch order of servers in the server group.
serverGroupLaunchConfiguration_serverLaunchConfigurations :: Lens' ServerGroupLaunchConfiguration (Maybe [ServerLaunchConfiguration]) Source #
The launch configuration for servers in the server group.