interface AssetBundleImportJobReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.QuickSight.AssetBundleImportJobReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsquicksight#AssetBundleImportJobReference |
Java | software.amazon.awscdk.interfaces.quicksight.AssetBundleImportJobReference |
Python | aws_cdk.interfaces.aws_quicksight.AssetBundleImportJobReference |
TypeScript | aws-cdk-lib » interfaces » aws_quicksight » AssetBundleImportJobReference |
A reference to a AssetBundleImportJob 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 assetBundleImportJobReference: interfaces_quicksight.AssetBundleImportJobReference = {
assetBundleImportJobArn: 'assetBundleImportJobArn',
assetBundleImportJobId: 'assetBundleImportJobId',
};
Properties
| Name | Type | Description |
|---|---|---|
| asset | string | The ARN of the AssetBundleImportJob resource. |
| asset | string | The AssetBundleImportJobId of the AssetBundleImportJob resource. |
assetBundleImportJobArn
Type:
string
The ARN of the AssetBundleImportJob resource.
assetBundleImportJobId
Type:
string
The AssetBundleImportJobId of the AssetBundleImportJob resource.

.NET
Go
Java
Python
TypeScript