Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-archivingoptions.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 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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-archivingoptions.html#cfn-ses-configurationset-archivingoptions-archivearn

Back to top Generated by DocFX