interface CfnAssetBundleExportJobProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAssetBundleExportJobProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAssetBundleExportJobProps |
Java | software.amazon.awscdk.services.quicksight.CfnAssetBundleExportJobProps |
Python | aws_cdk.aws_quicksight.CfnAssetBundleExportJobProps |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAssetBundleExportJobProps |
Properties for defining a CfnAssetBundleExportJob.
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 cfnAssetBundleExportJobProps: quicksight.CfnAssetBundleExportJobProps = {
assetBundleExportJobId: 'assetBundleExportJobId',
exportFormat: 'exportFormat',
resourceArns: ['resourceArns'],
// the properties below are optional
awsAccountId: 'awsAccountId',
includeAllDependencies: false,
includeFolderMembers: 'includeFolderMembers',
includeFolderMemberships: false,
includePermissions: false,
includeTags: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| asset | string | |
| export | string | |
| resource | string[] | |
| aws | string | |
| include | boolean | IResolvable | |
| include | string | |
| include | boolean | IResolvable | |
| include | boolean | IResolvable | |
| include | boolean | IResolvable |
assetBundleExportJobId
Type:
string
exportFormat
Type:
string
resourceArns
Type:
string[]
awsAccountId?
Type:
string
(optional)
includeAllDependencies?
Type:
boolean | IResolvable
(optional)
includeFolderMembers?
Type:
string
(optional)
includeFolderMemberships?
Type:
boolean | IResolvable
(optional)
includePermissions?
Type:
boolean | IResolvable
(optional)
includeTags?
Type:
boolean | IResolvable
(optional)

.NET
Go
Java
Python
TypeScript