amazonka-dataexchange-2.0: Amazon Data Exchange SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry

Description

 
Synopsis

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

Instances details
FromJSON AutoExportRevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry

ToJSON AutoExportRevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry

Generic AutoExportRevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry

Associated Types

type Rep AutoExportRevisionDestinationEntry :: Type -> Type #

Read AutoExportRevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry

Show AutoExportRevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry

NFData AutoExportRevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry

Eq AutoExportRevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry

Hashable AutoExportRevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry

type Rep AutoExportRevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry

type Rep AutoExportRevisionDestinationEntry = D1 ('MetaData "AutoExportRevisionDestinationEntry" "Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry" "amazonka-dataexchange-2.0-E9wmOad6xSxAaT3Y4FNlvY" 'False) (C1 ('MetaCons "AutoExportRevisionDestinationEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyPattern") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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 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.