Class CfnMailManagerAddonSubscriptionPropsMixin
Creates a subscription for an Add On representing the acceptance of its terms of use and additional pricing.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SES
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnMailManagerAddonSubscriptionPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnMailManagerAddonSubscriptionPropsMixin Inherits Mixin Implements IMixin
Remarks
The subscription can then be used to create an instance for use in rule sets or traffic policies.
CloudformationResource: AWS::SES::MailManagerAddonSubscription
Mixin: true
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;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnMailManagerAddonSubscriptionPropsMixin = new CfnMailManagerAddonSubscriptionPropsMixin(new CfnMailManagerAddonSubscriptionMixinProps {
AddonName = "addonName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Synopsis
Constructors
| CfnMailManagerAddonSubscriptionPropsMixin(ICfnMailManagerAddonSubscriptionMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | Creates a subscription for an Add On representing the acceptance of its terms of use and additional pricing. |
| Props | Creates a subscription for an Add On representing the acceptance of its terms of use and additional pricing. |
| Strategy | Creates a subscription for an Add On representing the acceptance of its terms of use and additional pricing. |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnMailManagerAddonSubscriptionPropsMixin(ICfnMailManagerAddonSubscriptionMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::SES::MailManagerAddonSubscription.
public CfnMailManagerAddonSubscriptionPropsMixin(ICfnMailManagerAddonSubscriptionMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnMailManagerAddonSubscriptionMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
The subscription can then be used to create an instance for use in rule sets or traffic policies.
CloudformationResource: AWS::SES::MailManagerAddonSubscription
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
Creates a subscription for an Add On representing the acceptance of its terms of use and additional pricing.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
The subscription can then be used to create an instance for use in rule sets or traffic policies.
CloudformationResource: AWS::SES::MailManagerAddonSubscription
Mixin: true
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;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnMailManagerAddonSubscriptionPropsMixin = new CfnMailManagerAddonSubscriptionPropsMixin(new CfnMailManagerAddonSubscriptionMixinProps {
AddonName = "addonName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Props
Creates a subscription for an Add On representing the acceptance of its terms of use and additional pricing.
protected virtual ICfnMailManagerAddonSubscriptionMixinProps Props { get; }
Property Value
ICfnMailManagerAddonSubscriptionMixinProps
Remarks
The subscription can then be used to create an instance for use in rule sets or traffic policies.
CloudformationResource: AWS::SES::MailManagerAddonSubscription
Mixin: true
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;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnMailManagerAddonSubscriptionPropsMixin = new CfnMailManagerAddonSubscriptionPropsMixin(new CfnMailManagerAddonSubscriptionMixinProps {
AddonName = "addonName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Strategy
Creates a subscription for an Add On representing the acceptance of its terms of use and additional pricing.
protected virtual IMergeStrategy Strategy { get; }
Property Value
Remarks
The subscription can then be used to create an instance for use in rule sets or traffic policies.
CloudformationResource: AWS::SES::MailManagerAddonSubscription
Mixin: true
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;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnMailManagerAddonSubscriptionPropsMixin = new CfnMailManagerAddonSubscriptionPropsMixin(new CfnMailManagerAddonSubscriptionMixinProps {
AddonName = "addonName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override void ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Overrides
Remarks
The subscription can then be used to create an instance for use in rule sets or traffic policies.
CloudformationResource: AWS::SES::MailManagerAddonSubscription
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
The subscription can then be used to create an instance for use in rule sets or traffic policies.
CloudformationResource: AWS::SES::MailManagerAddonSubscription
Mixin: true
ExampleMetadata: fixture=_generated