View a markdown version of this page

AWS::QuickSight::AssetBundleImportJob - AWS CloudFormation

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 } }

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: 1

Maximum: 512

Update 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_JSON format.

Required: No

Type: AssetBundleImportSourceDescription

Update requires: Replacement

AwsAccountId

Property description not available.

Required: No

Type: String

Pattern: ^[0-9]{12}$

Minimum: 12

Maximum: 12

Update requires: Replacement

FailureAction

The failure action for the import job.

Required: No

Type: String

Allowed values: DO_NOTHING | ROLLBACK

Update 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.