interface RefreshCadenceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.BCMDataExports.Mixins.CfnExportPropsMixin.RefreshCadenceProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbcmdataexports/mixins#CfnExportPropsMixin_RefreshCadenceProperty |
Java | software.amazon.awscdk.mixins.preview.services.bcmdataexports.mixins.CfnExportPropsMixin.RefreshCadenceProperty |
Python | aws_cdk.mixins_preview.aws_bcmdataexports.mixins.CfnExportPropsMixin.RefreshCadenceProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bcmdataexports » mixins » CfnExportPropsMixin » RefreshCadenceProperty |
The cadence for AWS to update the data export in your S3 bucket.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as bcmdataexports_mixins } from '@aws-cdk/mixins-preview/aws-bcmdataexports';
const refreshCadenceProperty: bcmdataexports_mixins.CfnExportPropsMixin.RefreshCadenceProperty = {
frequency: 'frequency',
};
Properties
| Name | Type | Description |
|---|---|---|
| frequency? | string | The frequency that data exports are updated. |
frequency?
Type:
string
(optional)
The frequency that data exports are updated.
The export refreshes each time the source data updates, up to three times daily.

.NET
Go
Java
Python
TypeScript