Interface CfnConfigurationSet.ArchivingOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnConfigurationSet.ArchivingOptionsProperty.Jsii$Proxy
Enclosing class:
CfnConfigurationSet

@Stability(Stable) public static interface CfnConfigurationSet.ArchivingOptionsProperty extends software.amazon.jsii.JsiiSerializable
An object that defines a MailManager archive that is used to preserve emails that you send using the configuration set.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ses.*;
 ArchivingOptionsProperty archivingOptionsProperty = ArchivingOptionsProperty.builder()
         .archiveArn("archiveArn")
         .build();
 

See Also: