interface CfnAssetBundleImportJobMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnAssetBundleImportJobMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnAssetBundleImportJobMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAssetBundleImportJobMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnAssetBundleImportJobMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnAssetBundleImportJobMixinProps |
Properties for CfnAssetBundleImportJobPropsMixin.
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/cfn-property-mixins';
const cfnAssetBundleImportJobMixinProps: quicksight.CfnAssetBundleImportJobMixinProps = {
assetBundleImportJobId: 'assetBundleImportJobId',
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
(optional)
assetBundleImportSource?
Type:
IResolvable | Asset
(optional)
awsAccountId?
Type:
string
(optional)
failureAction?
Type:
string
(optional)
overrideValidationStrategy?
Type:
IResolvable | Asset
(optional)

.NET
Go
Java
Python
TypeScript