Show / Hide Table of Contents

Class CfnConfigurationSetPropsMixin.ArchivingOptionsProperty

An object that defines a MailManager archive that is used to preserve emails that you send using the configuration set.

Inheritance
object
CfnConfigurationSetPropsMixin.ArchivingOptionsProperty
Implements
CfnConfigurationSetPropsMixin.IArchivingOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.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

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.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; }
Property Value

string

Remarks

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

Implements

CfnConfigurationSetPropsMixin.IArchivingOptionsProperty
Back to top Generated by DocFX