| 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.AssetDetails
Description
Synopsis
- data AssetDetails = AssetDetails' {}
- newAssetDetails :: AssetDetails
- assetDetails_apiGatewayApiAsset :: Lens' AssetDetails (Maybe ApiGatewayApiAsset)
- assetDetails_lakeFormationDataPermissionAsset :: Lens' AssetDetails (Maybe LakeFormationDataPermissionAsset)
- assetDetails_redshiftDataShareAsset :: Lens' AssetDetails (Maybe RedshiftDataShareAsset)
- assetDetails_s3DataAccessAsset :: Lens' AssetDetails (Maybe S3DataAccessAsset)
- assetDetails_s3SnapshotAsset :: Lens' AssetDetails (Maybe S3SnapshotAsset)
Documentation
data AssetDetails Source #
Details about the asset.
See: newAssetDetails smart constructor.
Constructors
| AssetDetails' | |
Fields
| |
Instances
newAssetDetails :: AssetDetails Source #
Create a value of AssetDetails 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:apiGatewayApiAsset:AssetDetails', assetDetails_apiGatewayApiAsset - Information about the API Gateway API asset.
$sel:lakeFormationDataPermissionAsset:AssetDetails', assetDetails_lakeFormationDataPermissionAsset - The AWS Lake Formation data permission that is the asset.
$sel:redshiftDataShareAsset:AssetDetails', assetDetails_redshiftDataShareAsset - The Amazon Redshift datashare that is the asset.
$sel:s3DataAccessAsset:AssetDetails', assetDetails_s3DataAccessAsset - The Amazon S3 data access that is the asset.
$sel:s3SnapshotAsset:AssetDetails', assetDetails_s3SnapshotAsset - The Amazon S3 object that is the asset.
assetDetails_apiGatewayApiAsset :: Lens' AssetDetails (Maybe ApiGatewayApiAsset) Source #
Information about the API Gateway API asset.
assetDetails_lakeFormationDataPermissionAsset :: Lens' AssetDetails (Maybe LakeFormationDataPermissionAsset) Source #
The AWS Lake Formation data permission that is the asset.
assetDetails_redshiftDataShareAsset :: Lens' AssetDetails (Maybe RedshiftDataShareAsset) Source #
The Amazon Redshift datashare that is the asset.
assetDetails_s3DataAccessAsset :: Lens' AssetDetails (Maybe S3DataAccessAsset) Source #
The Amazon S3 data access that is the asset.
assetDetails_s3SnapshotAsset :: Lens' AssetDetails (Maybe S3SnapshotAsset) Source #
The Amazon S3 object that is the asset.