Interface CfnTemplate.ExcludePeriodConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.ExcludePeriodConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.ExcludePeriodConfigurationProperty
static final class
An implementation forCfnTemplate.ExcludePeriodConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAmount
The amount or number of the exclude period. -
getGranularity
The granularity or unit (day, month, year) of the exclude period. -
getStatus
The status of the exclude period. Choose from the following options:.ENABLED
DISABLED
-
builder
-