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

Description

 
Synopsis

Documentation

data AssetDestinationEntry Source #

The destination for the asset.

See: newAssetDestinationEntry smart constructor.

Constructors

AssetDestinationEntry' 

Fields

  • key :: Maybe Text

    The name of the object in Amazon S3 for the asset.

  • bucket :: Text

    The S3 bucket that is the destination for the asset.

  • assetId :: Text

    The unique identifier for the asset.

Instances

Instances details
Eq AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

Read AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

Show AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

Generic AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

Associated Types

type Rep AssetDestinationEntry :: Type -> Type #

NFData AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

Methods

rnf :: AssetDestinationEntry -> () #

Hashable AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

ToJSON AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

FromJSON AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

type Rep AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

type Rep AssetDestinationEntry = D1 ('MetaData "AssetDestinationEntry" "Amazonka.DataExchange.Types.AssetDestinationEntry" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "AssetDestinationEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "assetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAssetDestinationEntry Source #

Create a value of AssetDestinationEntry 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:key:AssetDestinationEntry', assetDestinationEntry_key - The name of the object in Amazon S3 for the asset.

$sel:bucket:AssetDestinationEntry', assetDestinationEntry_bucket - The S3 bucket that is the destination for the asset.

$sel:assetId:AssetDestinationEntry', assetDestinationEntry_assetId - The unique identifier for the asset.

assetDestinationEntry_key :: Lens' AssetDestinationEntry (Maybe Text) Source #

The name of the object in Amazon S3 for the asset.

assetDestinationEntry_bucket :: Lens' AssetDestinationEntry Text Source #

The S3 bucket that is the destination for the asset.

assetDestinationEntry_assetId :: Lens' AssetDestinationEntry Text Source #

The unique identifier for the asset.