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