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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.ExcludePeriodConfigurationProperty
static final class
An implementation forCfnDashboard.ExcludePeriodConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAmount
The amount or number of the exclude period.- See Also:
-
getGranularity
The granularity or unit (day, month, year) of the exclude period.- See Also:
-
getStatus
The status of the exclude period. Choose from the following options:.ENABLED
DISABLED
- See Also:
-
builder
-