Class CfnMailManagerTrafficPolicy.IngressBooleanToEvaluateProperty
The union type representing the allowed types of operands for a boolean condition.
Inherited Members
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMailManagerTrafficPolicy.IngressBooleanToEvaluateProperty : CfnMailManagerTrafficPolicy.IIngressBooleanToEvaluateProperty
Syntax (vb)
Public Class CfnMailManagerTrafficPolicy.IngressBooleanToEvaluateProperty Implements 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
Constructors
IngressBooleanToEvaluateProperty() | 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. |
IsInAddressList | The union type representing the allowed types of operands for a boolean condition. |
Constructors
IngressBooleanToEvaluateProperty()
The union type representing the allowed types of operands for a boolean condition.
public IngressBooleanToEvaluateProperty()
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"
}
};
Properties
Analysis
The structure type for a boolean condition stating the Add On ARN and its returned value.
public object? Analysis { get; set; }
Property Value
Remarks
IsInAddressList
The union type representing the allowed types of operands for a boolean condition.
public object? IsInAddressList { get; set; }