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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConfigurationSet.ArchivingOptionsPropertystatic final classAn implementation forCfnConfigurationSet.ArchivingOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArchiveArn
The ARN of the MailManager archive to associate with the configuration set.- See Also:
-
builder
-