interface RefreshCadenceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BCMDataExports.CfnExportPropsMixin.RefreshCadenceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbcmdataexports#CfnExportPropsMixin_RefreshCadenceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bcmdataexports.CfnExportPropsMixin.RefreshCadenceProperty |
Python | aws_cdk.cfn_property_mixins.aws_bcmdataexports.CfnExportPropsMixin.RefreshCadenceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bcmdataexports » 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 { aws_bcmdataexports as bcmdataexports } from '@aws-cdk/cfn-property-mixins';
const refreshCadenceProperty: bcmdataexports.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