Interface IMailManagerAddressListReference
A reference to a MailManagerAddressList resource.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IMailManagerAddressListReference
Syntax (vb)
Public Interface IMailManagerAddressListReference
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 mailManagerAddressListReference = new MailManagerAddressListReference {
AddressListId = "addressListId"
};
Synopsis
Properties
| AddressListId | The AddressListId of the MailManagerAddressList resource. |
Properties
AddressListId
The AddressListId of the MailManagerAddressList resource.
string AddressListId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated