Show / Hide Table of Contents

Interface IMailManagerAddonInstanceReference

A reference to a MailManagerAddonInstance resource.

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IMailManagerAddonInstanceReference
Syntax (vb)
Public Interface IMailManagerAddonInstanceReference
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 mailManagerAddonInstanceReference = new MailManagerAddonInstanceReference {
                AddonInstanceId = "addonInstanceId"
            };

Synopsis

Properties

AddonInstanceId

The AddonInstanceId of the MailManagerAddonInstance resource.

Properties

AddonInstanceId

The AddonInstanceId of the MailManagerAddonInstance resource.

string AddonInstanceId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX