Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-mailmanageraddresslist.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-mailmanageraddresslist.html#cfn-ses-mailmanageraddresslist-addresslistname

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"} }.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-mailmanageraddresslist.html#cfn-ses-mailmanageraddresslist-tags

Back to top Generated by DocFX