interface CfnAssetBundleExportJobMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnAssetBundleExportJobMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnAssetBundleExportJobMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAssetBundleExportJobMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnAssetBundleExportJobMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnAssetBundleExportJobMixinProps |
Properties for CfnAssetBundleExportJobPropsMixin.
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 cfnAssetBundleExportJobMixinProps: quicksight.CfnAssetBundleExportJobMixinProps = {
assetBundleExportJobId: 'assetBundleExportJobId',
awsAccountId: 'awsAccountId',
exportFormat: 'exportFormat',
includeAllDependencies: false,
includeFolderMembers: 'includeFolderMembers',
includeFolderMemberships: false,
includePermissions: false,
includeTags: false,
resourceArns: ['resourceArns'],
};
Properties
| Name | Type | Description |
|---|---|---|
| asset | string | |
| aws | string | |
| export | string | |
| include | boolean | IResolvable | |
| include | string | |
| include | boolean | IResolvable | |
| include | boolean | IResolvable | |
| include | boolean | IResolvable | |
| resource | string[] |
assetBundleExportJobId?
Type:
string
(optional)
awsAccountId?
Type:
string
(optional)
exportFormat?
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)
resourceArns?
Type:
string[]
(optional)

.NET
Go
Java
Python
TypeScript