Interface CfnExport.RefreshCadenceProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnExport.RefreshCadenceProperty.Jsii$Proxy
Enclosing class:
CfnExport

@Stability(Stable) public static interface CfnExport.RefreshCadenceProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.bcmdataexports.*;
 RefreshCadenceProperty refreshCadenceProperty = RefreshCadenceProperty.builder()
         .frequency("frequency")
         .build();
 

See Also: