| 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.GuardDuty.Types.Destination
Description
Documentation
data Destination Source #
Contains information about the publishing destination, including the ID, type, and status.
See: newDestination smart constructor.
Constructors
| Destination' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DestinationType | |
| -> PublishingStatus | |
| -> Destination |
Create a value of Destination 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:destinationId:Destination', destination_destinationId - The unique ID of the publishing destination.
$sel:destinationType:Destination', destination_destinationType - The type of resource used for the publishing destination. Currently,
only Amazon S3 buckets are supported.
$sel:status:Destination', destination_status - The status of the publishing destination.
destination_destinationId :: Lens' Destination Text Source #
The unique ID of the publishing destination.
destination_destinationType :: Lens' Destination DestinationType Source #
The type of resource used for the publishing destination. Currently, only Amazon S3 buckets are supported.
destination_status :: Lens' Destination PublishingStatus Source #
The status of the publishing destination.