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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMailManagerArchive.ArchiveRetentionPropertystatic final classAn implementation forCfnMailManagerArchive.ArchiveRetentionProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The enum value sets the period for retaining emails in an archive.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRetentionPeriod
The enum value sets the period for retaining emails in an archive.- See Also:
-
builder
-