Interface CfnConfigurationSet.IArchivingOptionsProperty
An object that defines a MailManager archive that is used to preserve emails that you send using the configuration set.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConfigurationSet.IArchivingOptionsProperty
Syntax (vb)
Public Interface CfnConfigurationSet.IArchivingOptionsProperty
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 archivingOptionsProperty = new ArchivingOptionsProperty {
ArchiveArn = "archiveArn"
};
Synopsis
Properties
| ArchiveArn | The ARN of the MailManager archive to associate with the configuration set. |
Properties
ArchiveArn
The ARN of the MailManager archive to associate with the configuration set.
string? ArchiveArn { get; }