Interface CfnMailManagerArchive.IArchiveRetentionProperty
The retention policy for an email archive that specifies how long emails are kept before being automatically deleted.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IArchiveRetentionProperty
Syntax (vb)
Public Interface IArchiveRetentionProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SES;
var archiveRetentionProperty = new ArchiveRetentionProperty {
RetentionPeriod = "retentionPeriod"
};
Synopsis
Properties
RetentionPeriod | The enum value sets the period for retaining emails in an archive. |
Properties
RetentionPeriod
The enum value sets the period for retaining emails in an archive.
string RetentionPeriod { get; }
Property Value
System.String