Show / Hide Table of Contents

Interface CfnMailManagerRuleSet.IAnalysisProperty

The result of an analysis can be used in conditions to trigger actions.

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMailManagerRuleSet.IAnalysisProperty
Syntax (vb)
Public Interface CfnMailManagerRuleSet.IAnalysisProperty
Remarks

Analyses can inspect the email content and report a certain aspect of the email.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-analysis.html

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 analysisProperty = new AnalysisProperty {
                 Analyzer = "analyzer",
                 ResultField = "resultField"
             };

Synopsis

Properties

Analyzer

The Amazon Resource Name (ARN) of an Add On.

ResultField

The returned value from an Add On.

Properties

Analyzer

The Amazon Resource Name (ARN) of an Add On.

string Analyzer { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-analysis.html#cfn-ses-mailmanagerruleset-analysis-analyzer

ResultField

The returned value from an Add On.

string ResultField { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-analysis.html#cfn-ses-mailmanagerruleset-analysis-resultfield

Back to top Generated by DocFX