Class CfnMailManagerAddonSubscriptionProps
Properties for defining a CfnMailManagerAddonSubscription
.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMailManagerAddonSubscriptionProps : ICfnMailManagerAddonSubscriptionProps
Syntax (vb)
Public Class CfnMailManagerAddonSubscriptionProps Implements ICfnMailManagerAddonSubscriptionProps
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 cfnMailManagerAddonSubscriptionProps = new CfnMailManagerAddonSubscriptionProps {
AddonName = "addonName",
// the properties below are optional
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
CfnMailManagerAddonSubscriptionProps() | Properties for defining a |
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
CfnMailManagerAddonSubscriptionProps()
Properties for defining a CfnMailManagerAddonSubscription
.
public CfnMailManagerAddonSubscriptionProps()
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 cfnMailManagerAddonSubscriptionProps = new CfnMailManagerAddonSubscriptionProps {
AddonName = "addonName",
// the properties below are optional
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
Remarks
You can only have one subscription for each Add On name.
Valid Values: TRENDMICRO_VSAPI | SPAMHAUS_DBL | ABUSIX_MAIL_INTELLIGENCE
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"} }.