| 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.DataExchange.Types.AutoExportRevisionDestinationEntry
Description
Synopsis
- data AutoExportRevisionDestinationEntry = AutoExportRevisionDestinationEntry' {
- keyPattern :: Maybe Text
- bucket :: Text
- newAutoExportRevisionDestinationEntry :: Text -> AutoExportRevisionDestinationEntry
- autoExportRevisionDestinationEntry_keyPattern :: Lens' AutoExportRevisionDestinationEntry (Maybe Text)
- autoExportRevisionDestinationEntry_bucket :: Lens' AutoExportRevisionDestinationEntry Text
Documentation
data AutoExportRevisionDestinationEntry Source #
A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.
See: newAutoExportRevisionDestinationEntry smart constructor.
Constructors
| AutoExportRevisionDestinationEntry' | |
Fields
| |
Instances
newAutoExportRevisionDestinationEntry Source #
Arguments
| :: Text | |
| -> AutoExportRevisionDestinationEntry |
Create a value of AutoExportRevisionDestinationEntry 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:keyPattern:AutoExportRevisionDestinationEntry', autoExportRevisionDestinationEntry_keyPattern - A string representing the pattern for generated names of the individual
assets in the revision. For more information about key patterns, see
Key patterns when exporting revisions.
$sel:bucket:AutoExportRevisionDestinationEntry', autoExportRevisionDestinationEntry_bucket - The Amazon S3 bucket that is the destination for the event action.
autoExportRevisionDestinationEntry_keyPattern :: Lens' AutoExportRevisionDestinationEntry (Maybe Text) Source #
A string representing the pattern for generated names of the individual assets in the revision. For more information about key patterns, see Key patterns when exporting revisions.
autoExportRevisionDestinationEntry_bucket :: Lens' AutoExportRevisionDestinationEntry Text Source #
The Amazon S3 bucket that is the destination for the event action.