interface CfnAssetBundleImportJobProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAssetBundleImportJobProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAssetBundleImportJobProps |
Java | software.amazon.awscdk.services.quicksight.CfnAssetBundleImportJobProps |
Python | aws_cdk.aws_quicksight.CfnAssetBundleImportJobProps |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAssetBundleImportJobProps |
Properties for defining a CfnAssetBundleImportJob.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const cfnAssetBundleImportJobProps: quicksight.CfnAssetBundleImportJobProps = {
assetBundleImportJobId: 'assetBundleImportJobId',
// the properties below are optional
assetBundleImportSource: {
s3Uri: 's3Uri',
},
awsAccountId: 'awsAccountId',
failureAction: 'failureAction',
overrideValidationStrategy: {
strictModeForAllResources: false,
},
};
Properties
| Name | Type | Description |
|---|---|---|
| asset | string | |
| asset | IResolvable | Asset | |
| aws | string | |
| failure | string | |
| override | IResolvable | Asset |
assetBundleImportJobId
Type:
string
assetBundleImportSource?
Type:
IResolvable | Asset
(optional)
awsAccountId?
Type:
string
(optional)
failureAction?
Type:
string
(optional)
overrideValidationStrategy?
Type:
IResolvable | Asset
(optional)

.NET
Go
Java
Python
TypeScript