| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Lightsail.Types.DestinationInfo
Description
Synopsis
Documentation
data DestinationInfo Source #
Describes the destination of a record.
See: newDestinationInfo smart constructor.
Constructors
| DestinationInfo' | |
Instances
newDestinationInfo :: DestinationInfo Source #
Create a value of DestinationInfo 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:id:DestinationInfo', destinationInfo_id - The ID of the resource created at the destination.
$sel:service:DestinationInfo', destinationInfo_service - The destination service of the record.
destinationInfo_id :: Lens' DestinationInfo (Maybe Text) Source #
The ID of the resource created at the destination.
destinationInfo_service :: Lens' DestinationInfo (Maybe Text) Source #
The destination service of the record.