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::AssetBundleImportJob
The AWS::QuickSight::AssetBundleImportJob resource Property description not available. for QuickSight.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::QuickSight::AssetBundleImportJob", "Properties" : { "AssetBundleImportJobId" :String, "AssetBundleImportSource" :AssetBundleImportSourceDescription, "AwsAccountId" :String, "FailureAction" :String, "OverrideValidationStrategy" :AssetBundleImportJobOverrideValidationStrategy} }
YAML
Type: AWS::QuickSight::AssetBundleImportJob Properties: AssetBundleImportJobId:StringAssetBundleImportSource:AssetBundleImportSourceDescriptionAwsAccountId:StringFailureAction:StringOverrideValidationStrategy:AssetBundleImportJobOverrideValidationStrategy
Properties
AssetBundleImportJobId-
The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.
Required: Yes
Type: String
Pattern:
^[\w\-]+$Minimum:
1Maximum:
512Update requires: Replacement
AssetBundleImportSource-
The source of the asset bundle zip file that contains the data that you want to import. The file must be in
QUICKSIGHT_JSONformat.Required: No
Type: AssetBundleImportSourceDescription
Update requires: Replacement
AwsAccountIdProperty description not available.
Required: No
Type: String
Pattern:
^[0-9]{12}$Minimum:
12Maximum:
12Update requires: Replacement
FailureAction-
The failure action for the import job.
Required: No
Type: String
Allowed values:
DO_NOTHING | ROLLBACKUpdate requires: Replacement
OverrideValidationStrategy-
The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to
LENIENT, validation is skipped for specific errors.Required: No
Type: AssetBundleImportJobOverrideValidationStrategy
Update requires: Replacement
Return values
Ref
Fn::GetAtt
Arn-
The ARN of the import job.
CreatedTime-
The time that the import job was created.
JobStatus-
The current status of the import job.