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 BackendServerDescription = BackendServerDescription' {
- policyNames :: Maybe [Text]
- instancePort :: Maybe Natural
- newBackendServerDescription :: BackendServerDescription
- backendServerDescription_policyNames :: Lens' BackendServerDescription (Maybe [Text])
- backendServerDescription_instancePort :: Lens' BackendServerDescription (Maybe Natural)
Documentation
data BackendServerDescription Source #
Information about the configuration of an EC2 instance.
See: newBackendServerDescription
smart constructor.
BackendServerDescription' | |
|
Instances
newBackendServerDescription :: BackendServerDescription Source #
Create a value of BackendServerDescription
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:BackendServerDescription'
, backendServerDescription_policyNames
- The names of the policies enabled for the EC2 instance.
$sel:instancePort:BackendServerDescription'
, backendServerDescription_instancePort
- The port on which the EC2 instance is listening.
backendServerDescription_policyNames :: Lens' BackendServerDescription (Maybe [Text]) Source #
The names of the policies enabled for the EC2 instance.
backendServerDescription_instancePort :: Lens' BackendServerDescription (Maybe Natural) Source #
The port on which the EC2 instance is listening.