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 AssetDestinationEntry = AssetDestinationEntry' {}
- newAssetDestinationEntry :: Text -> Text -> AssetDestinationEntry
- assetDestinationEntry_key :: Lens' AssetDestinationEntry (Maybe Text)
- assetDestinationEntry_bucket :: Lens' AssetDestinationEntry Text
- assetDestinationEntry_assetId :: Lens' AssetDestinationEntry Text
Documentation
data AssetDestinationEntry Source #
The destination for the asset.
See: newAssetDestinationEntry
smart constructor.
Instances
newAssetDestinationEntry Source #
:: 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: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.