Show / Hide Table of Contents

Class ContactListReference

A reference to a ContactList resource.

Inheritance
object
ContactListReference
Implements
IContactListReference
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 ContactListReference : IContactListReference
Syntax (vb)
Public Class ContactListReference Implements IContactListReference
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 contactListReference = new ContactListReference {
                ContactListName = "contactListName"
            };

Synopsis

Constructors

ContactListReference()

A reference to a ContactList resource.

Properties

ContactListName

The ContactListName of the ContactList resource.

Constructors

ContactListReference()

A reference to a ContactList resource.

public ContactListReference()
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 contactListReference = new ContactListReference {
                ContactListName = "contactListName"
            };

Properties

ContactListName

The ContactListName of the ContactList resource.

public string ContactListName { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IContactListReference
Back to top Generated by DocFX