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 |
Documentation
data DestinationSettings Source #
Settings associated with the destination. Will vary based on the type of destination
See: newDestinationSettings
smart constructor.
DestinationSettings' | |
|
Instances
newDestinationSettings :: DestinationSettings Source #
Create a value of DestinationSettings
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:s3Settings:DestinationSettings'
, destinationSettings_s3Settings
- Settings associated with S3 destination
destinationSettings_s3Settings :: Lens' DestinationSettings (Maybe S3DestinationSettings) Source #
Settings associated with S3 destination