Interface ICfnMailManagerAddressListProps
Properties for defining a CfnMailManagerAddressList.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnMailManagerAddressListProps
Syntax (vb)
Public Interface ICfnMailManagerAddressListProps
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 cfnMailManagerAddressListProps = new CfnMailManagerAddressListProps {
AddressListName = "addressListName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
| AddressListName | A user-friendly name for the address list. |
| Tags | The tags used to organize, track, or control access for the resource. |
Properties
AddressListName
A user-friendly name for the address list.
string? AddressListName { get; }
Property Value
Remarks
Tags
The tags used to organize, track, or control access for the resource.
ICfnTag[]? Tags { get; }
Property Value
ICfnTag[]
Remarks
For example, { "tags": {"key1":"value1", "key2":"value2"} }.