Show / Hide Table of Contents

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 CfnMailManagerArchive.IArchiveRetentionProperty
Syntax (vb)
Public Interface CfnMailManagerArchive.IArchiveRetentionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerarchive-archiveretention.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerarchive-archiveretention.html#cfn-ses-mailmanagerarchive-archiveretention-retentionperiod

Back to top Generated by DocFX