Show / Hide Table of Contents

Class MailManagerIngressPointReference

A reference to a MailManagerIngressPoint resource.

Inheritance
object
MailManagerIngressPointReference
Implements
IMailManagerIngressPointReference
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 MailManagerIngressPointReference : IMailManagerIngressPointReference
Syntax (vb)
Public Class MailManagerIngressPointReference Implements IMailManagerIngressPointReference
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 mailManagerIngressPointReference = new MailManagerIngressPointReference {
                IngressPointId = "ingressPointId"
            };

Synopsis

Constructors

MailManagerIngressPointReference()

A reference to a MailManagerIngressPoint resource.

Properties

IngressPointId

The IngressPointId of the MailManagerIngressPoint resource.

Constructors

MailManagerIngressPointReference()

A reference to a MailManagerIngressPoint resource.

public MailManagerIngressPointReference()
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 mailManagerIngressPointReference = new MailManagerIngressPointReference {
                IngressPointId = "ingressPointId"
            };

Properties

IngressPointId

The IngressPointId of the MailManagerIngressPoint resource.

public string IngressPointId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IMailManagerIngressPointReference
Back to top Generated by DocFX