Interface CfnMailManagerTrafficPolicy.IIngressBooleanToEvaluateProperty
The union type representing the allowed types of operands for a boolean condition.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMailManagerTrafficPolicy.IIngressBooleanToEvaluateProperty
Syntax (vb)
Public Interface CfnMailManagerTrafficPolicy.IIngressBooleanToEvaluateProperty
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 ingressBooleanToEvaluateProperty = new IngressBooleanToEvaluateProperty {
Analysis = new IngressAnalysisProperty {
Analyzer = "analyzer",
ResultField = "resultField"
},
IsInAddressList = new IngressIsInAddressListProperty {
AddressLists = new [] { "addressLists" },
Attribute = "attribute"
}
};
Synopsis
Properties
Analysis | The structure type for a boolean condition stating the Add On ARN and its returned value. |
IsInAddressList | The union type representing the allowed types of operands for a boolean condition. |
Properties
Analysis
The structure type for a boolean condition stating the Add On ARN and its returned value.
object? Analysis { get; }
Property Value
Remarks
IsInAddressList
The union type representing the allowed types of operands for a boolean condition.
object? IsInAddressList { get; }