Show / Hide Table of Contents

Class MailManagerArchiveReference

A reference to a MailManagerArchive resource.

Inheritance
object
MailManagerArchiveReference
Implements
IMailManagerArchiveReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class MailManagerArchiveReference : IMailManagerArchiveReference
Syntax (vb)
Public Class MailManagerArchiveReference Implements IMailManagerArchiveReference
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.AWS.SES;

            var mailManagerArchiveReference = new MailManagerArchiveReference {
                ArchiveId = "archiveId"
            };

Synopsis

Constructors

MailManagerArchiveReference()

A reference to a MailManagerArchive resource.

Properties

ArchiveId

The ArchiveId of the MailManagerArchive resource.

Constructors

MailManagerArchiveReference()

A reference to a MailManagerArchive resource.

public MailManagerArchiveReference()
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.AWS.SES;

            var mailManagerArchiveReference = new MailManagerArchiveReference {
                ArchiveId = "archiveId"
            };

Properties

ArchiveId

The ArchiveId of the MailManagerArchive resource.

public string ArchiveId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IMailManagerArchiveReference
Back to top Generated by DocFX