Interface CfnDashboard.FrequencyProperty

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

@Stability(Stable) public static interface CfnDashboard.FrequencyProperty extends software.amazon.jsii.JsiiSerializable
Specifies the frequency for a dashboard refresh schedule.

For a custom dashboard, you can schedule a refresh for every 1, 6, 12, or 24 hours, or every day.

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.cloudtrail.*;
 FrequencyProperty frequencyProperty = FrequencyProperty.builder()
         .unit("unit")
         .value(123)
         .build();
 

See Also: