| 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.AssetDestinationEntry
Description
Synopsis
- data AssetDestinationEntry = AssetDestinationEntry' {}
- newAssetDestinationEntry :: Text -> Text -> AssetDestinationEntry
- assetDestinationEntry_key :: Lens' AssetDestinationEntry (Maybe Text)
- assetDestinationEntry_assetId :: Lens' AssetDestinationEntry Text
- assetDestinationEntry_bucket :: Lens' AssetDestinationEntry Text
Documentation
data AssetDestinationEntry Source #
The destination for the asset.
See: newAssetDestinationEntry smart constructor.
Constructors
| AssetDestinationEntry' | |
Instances
newAssetDestinationEntry Source #
Arguments
| :: Text | |
| -> Text | |
| -> AssetDestinationEntry |
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:assetId:AssetDestinationEntry', assetDestinationEntry_assetId - The unique identifier for the asset.
$sel:bucket:AssetDestinationEntry', assetDestinationEntry_bucket - The Amazon S3 bucket that is the destination for the asset.
assetDestinationEntry_key :: Lens' AssetDestinationEntry (Maybe Text) Source #
The name of the object in Amazon S3 for the asset.
assetDestinationEntry_assetId :: Lens' AssetDestinationEntry Text Source #
The unique identifier for the asset.
assetDestinationEntry_bucket :: Lens' AssetDestinationEntry Text Source #
The Amazon S3 bucket that is the destination for the asset.