Show / Hide Table of Contents

Class CfnMailManagerAddonSubscriptionMixinProps

Properties for CfnMailManagerAddonSubscriptionPropsMixin.

Inheritance
object
CfnMailManagerAddonSubscriptionMixinProps
Implements
ICfnMailManagerAddonSubscriptionMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SES
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnMailManagerAddonSubscriptionMixinProps : ICfnMailManagerAddonSubscriptionMixinProps
Syntax (vb)
Public Class CfnMailManagerAddonSubscriptionMixinProps Implements ICfnMailManagerAddonSubscriptionMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-mailmanageraddonsubscription.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.CfnPropertyMixins.AWS.SES;

             var cfnMailManagerAddonSubscriptionMixinProps = new CfnMailManagerAddonSubscriptionMixinProps {
                 AddonName = "addonName",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Synopsis

Constructors

CfnMailManagerAddonSubscriptionMixinProps()

Properties for CfnMailManagerAddonSubscriptionPropsMixin.

Properties

AddonName

The name of the Add On to subscribe to.

Tags

The tags used to organize, track, or control access for the resource.

Constructors

CfnMailManagerAddonSubscriptionMixinProps()

Properties for CfnMailManagerAddonSubscriptionPropsMixin.

public CfnMailManagerAddonSubscriptionMixinProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-mailmanageraddonsubscription.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.CfnPropertyMixins.AWS.SES;

             var cfnMailManagerAddonSubscriptionMixinProps = new CfnMailManagerAddonSubscriptionMixinProps {
                 AddonName = "addonName",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Properties

AddonName

The name of the Add On to subscribe to.

public string? AddonName { get; set; }
Property Value

string

Remarks

You can only have one subscription for each Add On name.

Valid Values: TRENDMICRO_VSAPI | SPAMHAUS_DBL | ABUSIX_MAIL_INTELLIGENCE | VADE_ADVANCED_EMAIL_SECURITY

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

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-mailmanageraddonsubscription.html#cfn-ses-mailmanageraddonsubscription-tags

Implements

ICfnMailManagerAddonSubscriptionMixinProps
Back to top Generated by DocFX