Interface CfnMailManagerTrafficPolicy.IIngressStringToEvaluateProperty
The union type representing the allowed types for the left hand side of a string condition.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMailManagerTrafficPolicy.IIngressStringToEvaluateProperty
Syntax (vb)
Public Interface CfnMailManagerTrafficPolicy.IIngressStringToEvaluateProperty
Remarks
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 ingressStringToEvaluateProperty = new IngressStringToEvaluateProperty {
Analysis = new IngressAnalysisProperty {
Analyzer = "analyzer",
ResultField = "resultField"
},
Attribute = "attribute"
};
Synopsis
Properties
Analysis | The union type representing the allowed types for the left hand side of a string condition. |
Attribute | The enum type representing the allowed attribute types for a string condition. |
Properties
Analysis
The union type representing the allowed types for the left hand side of a string condition.
object? Analysis { get; }
Property Value
Remarks
Attribute
The enum type representing the allowed attribute types for a string condition.
string? Attribute { get; }