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 |
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.
AutoExportRevisionDestinationEntry' | |
|
Instances
newAutoExportRevisionDestinationEntry Source #
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 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 S3 bucket that is the destination for the event action.