Interface CfnCalculatedAttributeDefinition.RangeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCalculatedAttributeDefinition.RangeProperty.Jsii$Proxy
- Enclosing class:
CfnCalculatedAttributeDefinition
@Stability(Stable)
public static interface CfnCalculatedAttributeDefinition.RangeProperty
extends software.amazon.jsii.JsiiSerializable
The relative time period over which data is included in the aggregation.
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.customerprofiles.*;
RangeProperty rangeProperty = RangeProperty.builder()
.unit("unit")
.value(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCalculatedAttributeDefinition.RangePropertystatic final classAn implementation forCfnCalculatedAttributeDefinition.RangeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUnit
The unit of time.- See Also:
-
getValue
The amount of time of the specified unit.- See Also:
-
builder
-