interface CfnExportProps
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_bcmdataexports.CfnExportProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbcmdataexports#CfnExportProps |
Java | software.amazon.awscdk.services.bcmdataexports.CfnExportProps |
Python | aws_cdk.aws_bcmdataexports.CfnExportProps |
TypeScript | aws-cdk-lib » aws_bcmdataexports » CfnExportProps |
Properties for defining a CfnExport
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bcmdataexports as bcmdataexports } from 'aws-cdk-lib';
const cfnExportProps: bcmdataexports.CfnExportProps = {
export: {
dataQuery: {
queryStatement: 'queryStatement',
// the properties below are optional
tableConfigurations: {
tableConfigurationsKey: {
tableConfigurationsKey: 'tableConfigurations',
},
},
},
destinationConfigurations: {
s3Destination: {
s3Bucket: 's3Bucket',
s3OutputConfigurations: {
compression: 'compression',
format: 'format',
outputType: 'outputType',
overwrite: 'overwrite',
},
s3Prefix: 's3Prefix',
s3Region: 's3Region',
},
},
name: 'name',
refreshCadence: {
frequency: 'frequency',
},
// the properties below are optional
description: 'description',
exportArn: 'exportArn',
},
// the properties below are optional
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
export | IResolvable | Export | The details that are available for an export. |
tags? | Resource [] |
export
Type:
IResolvable
|
Export
The details that are available for an export.
tags?
Type:
Resource
[]
(optional)