interface RefreshCadenceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_bcmdataexports.CfnExport.RefreshCadenceProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbcmdataexports#CfnExport_RefreshCadenceProperty |
Java | software.amazon.awscdk.services.bcmdataexports.CfnExport.RefreshCadenceProperty |
Python | aws_cdk.aws_bcmdataexports.CfnExport.RefreshCadenceProperty |
TypeScript | aws-cdk-lib » aws_bcmdataexports » CfnExport » 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 { aws_bcmdataexports as bcmdataexports } from 'aws-cdk-lib';
const refreshCadenceProperty: bcmdataexports.CfnExport.RefreshCadenceProperty = {
frequency: 'frequency',
};
Properties
| Name | Type | Description |
|---|---|---|
| frequency | string | The frequency that data exports are updated. |
frequency
Type:
string
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