Show / Hide Table of Contents

Class CfnMailManagerAddressListMixinProps

Properties for CfnMailManagerAddressListPropsMixin.

Inheritance
object
CfnMailManagerAddressListMixinProps
Implements
ICfnMailManagerAddressListMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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.

public ICfnTag[]? Tags { get; set; }
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

Implements

ICfnMailManagerAddressListMixinProps
Back to top Generated by DocFX