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:
DataQuery
Description:String
DestinationConfigurations:DestinationConfigurations
ExportArn:String
Name:String
RefreshCadence: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:
0
Maximum:
1024
Update 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]*:[-a-z0-9]+:[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+$
Minimum:
20
Maximum:
2048
Update requires: No interruption
Name
-
The name of this specific data export.
Required: Yes
Type: String
Pattern:
^[0-9A-Za-z\-_]+$
Minimum:
1
Maximum:
128
Update requires: Replacement
RefreshCadence
-
The cadence for AWS to update the export in your S3 bucket.
Required: Yes
Type: RefreshCadence
Update requires: Replacement