Interface CfnBucketPropsMixin.RecordExpirationProperty

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

@Stability(Stable) public static interface CfnBucketPropsMixin.RecordExpirationProperty extends software.amazon.jsii.JsiiSerializable
The journal table record expiration settings for a journal table in an S3 Metadata configuration.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.s3.*;
 RecordExpirationProperty recordExpirationProperty = RecordExpirationProperty.builder()
         .days(123)
         .expiration("expiration")
         .build();
 

See Also: