Class CfnCustomVerificationEmailTemplatePropsMixin
Resource Type definition for AWS::SES::CustomVerificationEmailTemplate.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.SES.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnCustomVerificationEmailTemplatePropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnCustomVerificationEmailTemplatePropsMixin Inherits Mixin Implements IMixin
Remarks
CloudformationResource: AWS::SES::CustomVerificationEmailTemplate
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.SES.Mixins;
var cfnCustomVerificationEmailTemplatePropsMixin = new CfnCustomVerificationEmailTemplatePropsMixin(new CfnCustomVerificationEmailTemplateMixinProps {
FailureRedirectionUrl = "failureRedirectionUrl",
FromEmailAddress = "fromEmailAddress",
SuccessRedirectionUrl = "successRedirectionUrl",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TemplateContent = "templateContent",
TemplateName = "templateName",
TemplateSubject = "templateSubject"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Synopsis
Constructors
| CfnCustomVerificationEmailTemplatePropsMixin(ICfnCustomVerificationEmailTemplateMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | Resource Type definition for AWS::SES::CustomVerificationEmailTemplate. |
| Props | Resource Type definition for AWS::SES::CustomVerificationEmailTemplate. |
| Strategy | Resource Type definition for AWS::SES::CustomVerificationEmailTemplate. |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnCustomVerificationEmailTemplatePropsMixin(ICfnCustomVerificationEmailTemplateMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::SES::CustomVerificationEmailTemplate.
public CfnCustomVerificationEmailTemplatePropsMixin(ICfnCustomVerificationEmailTemplateMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnCustomVerificationEmailTemplateMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
CloudformationResource: AWS::SES::CustomVerificationEmailTemplate
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
Resource Type definition for AWS::SES::CustomVerificationEmailTemplate.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
CloudformationResource: AWS::SES::CustomVerificationEmailTemplate
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.SES.Mixins;
var cfnCustomVerificationEmailTemplatePropsMixin = new CfnCustomVerificationEmailTemplatePropsMixin(new CfnCustomVerificationEmailTemplateMixinProps {
FailureRedirectionUrl = "failureRedirectionUrl",
FromEmailAddress = "fromEmailAddress",
SuccessRedirectionUrl = "successRedirectionUrl",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TemplateContent = "templateContent",
TemplateName = "templateName",
TemplateSubject = "templateSubject"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Props
Resource Type definition for AWS::SES::CustomVerificationEmailTemplate.
protected virtual ICfnCustomVerificationEmailTemplateMixinProps Props { get; }
Property Value
ICfnCustomVerificationEmailTemplateMixinProps
Remarks
CloudformationResource: AWS::SES::CustomVerificationEmailTemplate
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.SES.Mixins;
var cfnCustomVerificationEmailTemplatePropsMixin = new CfnCustomVerificationEmailTemplatePropsMixin(new CfnCustomVerificationEmailTemplateMixinProps {
FailureRedirectionUrl = "failureRedirectionUrl",
FromEmailAddress = "fromEmailAddress",
SuccessRedirectionUrl = "successRedirectionUrl",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TemplateContent = "templateContent",
TemplateName = "templateName",
TemplateSubject = "templateSubject"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Strategy
Resource Type definition for AWS::SES::CustomVerificationEmailTemplate.
protected virtual PropertyMergeStrategy Strategy { get; }
Property Value
Remarks
CloudformationResource: AWS::SES::CustomVerificationEmailTemplate
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.SES.Mixins;
var cfnCustomVerificationEmailTemplatePropsMixin = new CfnCustomVerificationEmailTemplatePropsMixin(new CfnCustomVerificationEmailTemplateMixinProps {
FailureRedirectionUrl = "failureRedirectionUrl",
FromEmailAddress = "fromEmailAddress",
SuccessRedirectionUrl = "successRedirectionUrl",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TemplateContent = "templateContent",
TemplateName = "templateName",
TemplateSubject = "templateSubject"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override void ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Overrides
Remarks
CloudformationResource: AWS::SES::CustomVerificationEmailTemplate
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
CloudformationResource: AWS::SES::CustomVerificationEmailTemplate
Mixin: true
ExampleMetadata: fixture=_generated