Interface CfnMailManagerArchivePropsMixin.ArchiveRetentionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMailManagerArchivePropsMixin.ArchiveRetentionProperty.Jsii$Proxy
- Enclosing class:
CfnMailManagerArchivePropsMixin
@Stability(Stable)
public static interface CfnMailManagerArchivePropsMixin.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.cfnpropertymixins.services.ses.*;
ArchiveRetentionProperty archiveRetentionProperty = ArchiveRetentionProperty.builder()
.retentionPeriod("retentionPeriod")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMailManagerArchivePropsMixin.ArchiveRetentionPropertystatic final classAn implementation forCfnMailManagerArchivePropsMixin.ArchiveRetentionProperty -
Method Summary
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
@Stability(Stable) static CfnMailManagerArchivePropsMixin.ArchiveRetentionProperty.Builder builder()
-