Interface CfnDataset.RetentionPeriodProperty

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

@Stability(Stable) public static interface CfnDataset.RetentionPeriodProperty extends software.amazon.jsii.JsiiSerializable
How long, in days, message data is kept.

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.iotanalytics.*;
 RetentionPeriodProperty retentionPeriodProperty = RetentionPeriodProperty.builder()
         .numberOfDays(123)
         .unlimited(false)
         .build();
 

See Also: