Show / Hide Table of Contents

Class CfnCustomVerificationEmailTemplatePropsMixin

Resource Type definition for AWS::SES::CustomVerificationEmailTemplate.

Inheritance
object
Mixin
CfnCustomVerificationEmailTemplatePropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-customverificationemailtemplate.html

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 AWS::SES::CustomVerificationEmailTemplate.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-customverificationemailtemplate.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-customverificationemailtemplate.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-customverificationemailtemplate.html

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

PropertyMergeStrategy

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-customverificationemailtemplate.html

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
Mixin.ApplyTo(IConstruct)
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-customverificationemailtemplate.html

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

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-customverificationemailtemplate.html

CloudformationResource: AWS::SES::CustomVerificationEmailTemplate

Mixin: true

ExampleMetadata: fixture=_generated

Implements

Constructs.IMixin
Back to top Generated by DocFX