Interface CfnDashboard.ExcludePeriodConfigurationProperty

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

@Stability(Stable) public static interface CfnDashboard.ExcludePeriodConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The exclude period of TimeRangeFilter or RelativeDatesFilter .

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.quicksight.*;
 ExcludePeriodConfigurationProperty excludePeriodConfigurationProperty = ExcludePeriodConfigurationProperty.builder()
         .amount(123)
         .granularity("granularity")
         // the properties below are optional
         .status("status")
         .build();
 

See Also: