Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressbooleantoevaluate.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressbooleantoevaluate.html#cfn-ses-mailmanagertrafficpolicy-ingressbooleantoevaluate-analysis

IsInAddressList

The union type representing the allowed types of operands for a boolean condition.

object? IsInAddressList { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressbooleantoevaluate.html#cfn-ses-mailmanagertrafficpolicy-ingressbooleantoevaluate-isinaddresslist

Back to top Generated by DocFX