Show / Hide Table of Contents

Class CfnMailManagerTrafficPolicy.IngressBooleanToEvaluateProperty

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

Inheritance
object
CfnMailManagerTrafficPolicy.IngressBooleanToEvaluateProperty
Implements
CfnMailManagerTrafficPolicy.IIngressBooleanToEvaluateProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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"
                 }
             };

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

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.

public object? IsInAddressList { get; set; }
Property Value

object

Remarks

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

Implements

CfnMailManagerTrafficPolicy.IIngressBooleanToEvaluateProperty
Back to top Generated by DocFX