Interface CfnMailManagerArchive.ArchiveRetentionProperty

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

@Stability(Stable) public static interface CfnMailManagerArchive.ArchiveRetentionProperty extends software.amazon.jsii.JsiiSerializable
The retention policy for an email archive that specifies how long emails are kept before being automatically deleted.

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.ses.*;
 ArchiveRetentionProperty archiveRetentionProperty = ArchiveRetentionProperty.builder()
         .retentionPeriod("retentionPeriod")
         .build();
 

See Also: