Package software.amazon.awscdk.services.bcmdataexports
AWS::BCMDataExports Construct Library
---
All classes with the
Cfn
prefix in this module (CFN Resources) are always stable and safe to use.
This module is part of the AWS Cloud Development Kit project.
import software.amazon.awscdk.services.bcmdataexports.*;
There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:
- Search Construct Hub for BCMDataExports construct libraries
- Use the automatically generated L1 constructs, in the same way you would use the CloudFormation AWS::BCMDataExports resources directly.
There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.
For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::BCMDataExports.
(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)
-
ClassDescriptionCreates a data export and specifies the data query, the delivery preference, and any optional resource tags.A fluent builder for
CfnExport
.The SQL query of column selections and row filters from the data table you want.A builder forCfnExport.DataQueryProperty
An implementation forCfnExport.DataQueryProperty
The destinations used for data exports.A builder forCfnExport.DestinationConfigurationsProperty
An implementation forCfnExport.DestinationConfigurationsProperty
The details that are available for an export.A builder forCfnExport.ExportProperty
An implementation forCfnExport.ExportProperty
The cadence for AWS to update the data export in your S3 bucket.A builder forCfnExport.RefreshCadenceProperty
An implementation forCfnExport.RefreshCadenceProperty
The tag structure that contains a tag key and value.A builder forCfnExport.ResourceTagProperty
An implementation forCfnExport.ResourceTagProperty
Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a data exports file.A builder forCfnExport.S3DestinationProperty
An implementation forCfnExport.S3DestinationProperty
The compression type, file format, and overwrite preference for the data export.A builder forCfnExport.S3OutputConfigurationsProperty
An implementation forCfnExport.S3OutputConfigurationsProperty
Properties for defining aCfnExport
.A builder forCfnExportProps
An implementation forCfnExportProps