View a markdown version of this page

AWS::QuickSight::AssetBundleImportJob AssetBundleImportSourceDescription - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::QuickSight::AssetBundleImportJob AssetBundleImportSourceDescription

A description of the import source that you provide at the start of an import job. This value is set to either Body or S3Uri, depending on how the StartAssetBundleImportJobRequest is configured.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "S3Uri" : String }

YAML

S3Uri: String

Properties

S3Uri

The Amazon S3 URI that you provided at the start of the import job.

Required: No

Type: String

Pattern: ^(https|s3)://([^/]+)/?(.*)$

Update requires: Replacement