Interface CfnMailManagerRuleSet.IRuleStringToEvaluateProperty
The string to evaluate in a string condition expression.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMailManagerRuleSet.IRuleStringToEvaluateProperty
Syntax (vb)
Public Interface CfnMailManagerRuleSet.IRuleStringToEvaluateProperty
Remarks
This data type is a UNION, so only one of the following members can be specified when used or returned.
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 ruleStringToEvaluateProperty = new RuleStringToEvaluateProperty {
Analysis = new AnalysisProperty {
Analyzer = "analyzer",
ResultField = "resultField"
},
Attribute = "attribute",
ClientCertificateAttribute = "clientCertificateAttribute",
MimeHeaderAttribute = "mimeHeaderAttribute"
};
Synopsis
Properties
| Analysis | The Add On ARN and its returned value to evaluate in a string condition expression. |
| Attribute | The email attribute to evaluate in a string condition expression. |
| ClientCertificateAttribute | The string to evaluate in a string condition expression. |
| MimeHeaderAttribute | The email MIME X-Header attribute to evaluate in a string condition expression. |
Properties
Analysis
The Add On ARN and its returned value to evaluate in a string condition expression.
object? Analysis { get; }
Property Value
Remarks
Attribute
The email attribute to evaluate in a string condition expression.
string? Attribute { get; }
Property Value
Remarks
ClientCertificateAttribute
The string to evaluate in a string condition expression.
string? ClientCertificateAttribute { get; }
Property Value
Remarks
MimeHeaderAttribute
The email MIME X-Header attribute to evaluate in a string condition expression.
string? MimeHeaderAttribute { get; }