Interface CfnFeatureGroup.TtlDurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFeatureGroup.TtlDurationProperty.Jsii$Proxy
- Enclosing class:
CfnFeatureGroup
@Stability(Stable)
public static interface CfnFeatureGroup.TtlDurationProperty
extends software.amazon.jsii.JsiiSerializable
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt = EventTime + TtlDuration . For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.
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.sagemaker.*;
TtlDurationProperty ttlDurationProperty = TtlDurationProperty.builder()
.unit("unit")
.value(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFeatureGroup.TtlDurationPropertystatic final classAn implementation forCfnFeatureGroup.TtlDurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUnit
TtlDurationtime unit.- See Also:
-
getValue
TtlDurationtime value.- See Also:
-
builder
-