interface AssetBundleExportJobReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.QuickSight.AssetBundleExportJobReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsquicksight#AssetBundleExportJobReference |
Java | software.amazon.awscdk.interfaces.quicksight.AssetBundleExportJobReference |
Python | aws_cdk.interfaces.aws_quicksight.AssetBundleExportJobReference |
TypeScript | aws-cdk-lib » interfaces » aws_quicksight » AssetBundleExportJobReference |
A reference to a AssetBundleExportJob resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as interfaces_quicksight } from 'aws-cdk-lib/interfaces';
const assetBundleExportJobReference: interfaces_quicksight.AssetBundleExportJobReference = {
assetBundleExportJobArn: 'assetBundleExportJobArn',
assetBundleExportJobId: 'assetBundleExportJobId',
};
Properties
| Name | Type | Description |
|---|---|---|
| asset | string | The ARN of the AssetBundleExportJob resource. |
| asset | string | The AssetBundleExportJobId of the AssetBundleExportJob resource. |
assetBundleExportJobArn
Type:
string
The ARN of the AssetBundleExportJob resource.
assetBundleExportJobId
Type:
string
The AssetBundleExportJobId of the AssetBundleExportJob resource.

.NET
Go
Java
Python
TypeScript