AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::BCMDataExports::Export

CfnExport

Creates a data export and specifies the data query, the delivery preference, and any optional resource tags. A `DataQuery` consists of both a `QueryStatement` and `TableConfigurations` . The `QueryStatement` is an SQL statement. Data Exports only supports a limited subset of the SQL syntax. For more information on the SQL syntax that is supported, see [Data query](https://docs.aws.amazon.com/cur/latest/userguide/de-data-query.html) . To view the available tables and columns, see the [Data Exports table dictionary](https://docs.aws.amazon.com/cur/latest/userguide/de-table-dictionary.html) . The `TableConfigurations` is a collection of specified `TableProperties` for the table being queried in the `QueryStatement` . TableProperties are additional configurations you can provide to change the data and schema of a table. Each table can have different TableProperties. However, tables are not required to have any TableProperties. Each table property has a default value that it assumes if not specified. For more information on table configurations, see [Data query](https://docs.aws.amazon.com/cur/latest/userguide/de-data-query.html) . To view the table properties available for each table, see the [Data Exports table dictionary](https://docs.aws.amazon.com/cur/latest/userguide/de-table-dictionary.html) or use the `ListTables` API to get a response of all tables and their available properties.

Import

import { CfnExport } from 'aws-cdk-lib/aws-bcmdataexports';

Or use the module namespace:

import * as bcmdataexports from 'aws-cdk-lib/aws-bcmdataexports';
// bcmdataexports.CfnExport

Properties

Configuration passed to the constructor as CfnExportProps.

exportRequired
IResolvable | ExportProperty

The details that are available for an export.

tagsOptional
ResourceTagProperty[]

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-bcmdataexports
CFN TypeAWS::BCMDataExports::Export
Properties2

External Links