libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq AutoExportRevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry

Read AutoExportRevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry

Show 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 #

NFData AutoExportRevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry

Hashable AutoExportRevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry

ToJSON AutoExportRevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry

FromJSON 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" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" '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 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.