| 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.CloudTrail.Types.Destination
Description
Synopsis
Documentation
data Destination Source #
Contains information about the service where CloudTrail delivers events.
See: newDestination smart constructor.
Constructors
| Destination' | |
Fields
| |
Instances
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:type':Destination', destination_type - The type of destination for events arriving from a channel. For
service-linked channels, the value is AWS_SERVICE.
$sel:location:Destination', destination_location - For service-linked channels, the value is the name of the Amazon Web
Services service.
destination_type :: Lens' Destination DestinationType Source #
The type of destination for events arriving from a channel. For
service-linked channels, the value is AWS_SERVICE.
destination_location :: Lens' Destination Text Source #
For service-linked channels, the value is the name of the Amazon Web Services service.