This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::AssetBundleExportJob
The AWS::QuickSight::AssetBundleExportJob resource Property description not available. for QuickSight.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::QuickSight::AssetBundleExportJob", "Properties" : { "AssetBundleExportJobId" :String, "AwsAccountId" :String, "ExportFormat" :String, "IncludeAllDependencies" :Boolean, "IncludeFolderMembers" :String, "IncludeFolderMemberships" :Boolean, "IncludePermissions" :Boolean, "IncludeTags" :Boolean, "ResourceArns" :[ String, ... ]} }
YAML
Type: AWS::QuickSight::AssetBundleExportJob Properties: AssetBundleExportJobId:StringAwsAccountId:StringExportFormat:StringIncludeAllDependencies:BooleanIncludeFolderMembers:StringIncludeFolderMemberships:BooleanIncludePermissions:BooleanIncludeTags:BooleanResourceArns:- String
Properties
AssetBundleExportJobId-
The ID of the export job.
Required: Yes
Type: String
Pattern:
^[\w\-]+$Minimum:
1Maximum:
512Update requires: Replacement
AwsAccountIdProperty description not available.
Required: No
Type: String
Pattern:
^[0-9]{12}$Minimum:
12Maximum:
12Update requires: Replacement
ExportFormat-
The format for the export job.
Required: Yes
Type: String
Allowed values:
CLOUDFORMATION_JSON | QUICKSIGHT_JSONUpdate requires: Replacement
IncludeAllDependencies-
The flag that determines the inclusion of resource dependencies in the returned asset bundle.
Required: No
Type: Boolean
Update requires: Replacement
IncludeFolderMembersProperty description not available.
Required: No
Type: String
Allowed values:
RECURSE | ONE_LEVEL | NONEUpdate requires: Replacement
IncludeFolderMembershipsProperty description not available.
Required: No
Type: Boolean
Update requires: Replacement
IncludePermissions-
The flag that determines the inclusion of permissions associated with each resource ARN.
Required: No
Type: Boolean
Update requires: Replacement
-
The flag that determines the inclusion of tags associated with each resource ARN.
Required: No
Type: Boolean
Update requires: Replacement
ResourceArnsProperty description not available.
Required: Yes
Type: Array of String
Minimum:
1Maximum:
100Update requires: Replacement
Return values
Ref
Fn::GetAtt
Arn-
The ARN of the export job.
CreatedTime-
The time that the export job was created.
JobStatus-
The current status of the export job.