Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AssetDetails

import type { AssetDetails } from "https://aws-api.deno.dev/v0.4/services/dataexchange.ts?docs=full";

Details about the asset.

interface AssetDetails {
ApiGatewayApiAsset?: ApiGatewayApiAsset | null;
LakeFormationDataPermissionAsset?: LakeFormationDataPermissionAsset | null;
RedshiftDataShareAsset?: RedshiftDataShareAsset | null;
S3DataAccessAsset?: S3DataAccessAsset | null;
S3SnapshotAsset?: S3SnapshotAsset | null;
}

§Properties

§
ApiGatewayApiAsset?: ApiGatewayApiAsset | null
[src]

Information about the API Gateway API asset.

§
LakeFormationDataPermissionAsset?: LakeFormationDataPermissionAsset | null
[src]

The AWS Lake Formation data permission that is the asset.

§
RedshiftDataShareAsset?: RedshiftDataShareAsset | null
[src]

The Amazon Redshift datashare that is the asset.

§
S3DataAccessAsset?: S3DataAccessAsset | null
[src]

The Amazon S3 data access that is the asset.

§
S3SnapshotAsset?: S3SnapshotAsset | null
[src]

The Amazon S3 object that is the asset.