Class CfnMailManagerAddonSubscriptionMixinProps
Properties for CfnMailManagerAddonSubscriptionPropsMixin.
Implements
Inherited Members
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
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
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
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
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"} }.