Class CfnExportPropsMixin.RefreshCadenceProperty
The cadence for AWS to update the data export in your S3 bucket.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.BCMDataExports.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnExportPropsMixin.RefreshCadenceProperty : CfnExportPropsMixin.IRefreshCadenceProperty
Syntax (vb)
Public Class CfnExportPropsMixin.RefreshCadenceProperty Implements CfnExportPropsMixin.IRefreshCadenceProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.BCMDataExports.Mixins;
var refreshCadenceProperty = new RefreshCadenceProperty {
Frequency = "frequency"
};
Synopsis
Constructors
| RefreshCadenceProperty() | The cadence for AWS to update the data export in your S3 bucket. |
Properties
| Frequency | The frequency that data exports are updated. |
Constructors
RefreshCadenceProperty()
The cadence for AWS to update the data export in your S3 bucket.
public RefreshCadenceProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.BCMDataExports.Mixins;
var refreshCadenceProperty = new RefreshCadenceProperty {
Frequency = "frequency"
};
Properties
Frequency
The frequency that data exports are updated.
public string? Frequency { get; set; }
Property Value
Remarks
The export refreshes each time the source data updates, up to three times daily.