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