This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::BCMDataExports::Export Export
The details that are available for an export.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DataQuery" :DataQuery, "Description" :String, "DestinationConfigurations" :DestinationConfigurations, "ExportArn" :String, "Name" :String, "RefreshCadence" :RefreshCadence}
YAML
DataQuery:DataQueryDescription:StringDestinationConfigurations:DestinationConfigurationsExportArn:StringName:StringRefreshCadence:RefreshCadence
Properties
- DataQuery
- 
                    The data query for this specific data export. Required: Yes Type: DataQuery Update requires: No interruption 
- Description
- 
                    The description for this specific data export. Required: No Type: String Pattern: ^[\S\s]*$Minimum: 0Maximum: 1024Update requires: No interruption 
- DestinationConfigurations
- 
                    The destination configuration for this specific data export. Required: Yes Type: DestinationConfigurations Update requires: No interruption 
- ExportArn
- 
                    The Amazon Resource Name (ARN) for this export. Required: No Type: String Pattern: ^arn:aws[-a-z0-9]*:(bcm-data-exports):[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+$Minimum: 20Maximum: 2048Update requires: No interruption 
- Name
- 
                    The name of this specific data export. Required: Yes Type: String Pattern: ^[0-9A-Za-z\-_]+$Minimum: 1Maximum: 128Update requires: Replacement 
- RefreshCadence
- 
                    The cadence for AWS to update the export in your S3 bucket. Required: Yes Type: RefreshCadence Update requires: Replacement