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.
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
Remarks
ResultField
The returned value from an Add On.
string ResultField { get; }