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