Class MailManagerArchiveReference
A reference to a MailManagerArchive resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated