Class CfnMailManagerAddressListMixinProps
Properties for CfnMailManagerAddressListPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.SES.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnMailManagerAddressListMixinProps : ICfnMailManagerAddressListMixinProps
Syntax (vb)
Public Class CfnMailManagerAddressListMixinProps Implements ICfnMailManagerAddressListMixinProps
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.Mixins.Preview.AWS.SES.Mixins;
var cfnMailManagerAddressListMixinProps = new CfnMailManagerAddressListMixinProps {
AddressListName = "addressListName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
| CfnMailManagerAddressListMixinProps() | Properties for CfnMailManagerAddressListPropsMixin. |
Properties
| AddressListName | A user-friendly name for the address list. |
| Tags | The tags used to organize, track, or control access for the resource. |
Constructors
CfnMailManagerAddressListMixinProps()
Properties for CfnMailManagerAddressListPropsMixin.
public CfnMailManagerAddressListMixinProps()
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.Mixins.Preview.AWS.SES.Mixins;
var cfnMailManagerAddressListMixinProps = new CfnMailManagerAddressListMixinProps {
AddressListName = "addressListName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Properties
AddressListName
A user-friendly name for the address list.
public string? AddressListName { get; set; }
Property Value
Remarks
Tags
The tags used to organize, track, or control access for the resource.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]
Remarks
For example, { "tags": {"key1":"value1", "key2":"value2"} }.