interface IngressBooleanToEvaluateProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SES.Mixins.CfnMailManagerTrafficPolicyPropsMixin.IngressBooleanToEvaluateProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsses/mixins#CfnMailManagerTrafficPolicyPropsMixin_IngressBooleanToEvaluateProperty |
Java | software.amazon.awscdk.mixins.preview.services.ses.mixins.CfnMailManagerTrafficPolicyPropsMixin.IngressBooleanToEvaluateProperty |
Python | aws_cdk.mixins_preview.aws_ses.mixins.CfnMailManagerTrafficPolicyPropsMixin.IngressBooleanToEvaluateProperty |
TypeScript | @aws-cdk/mixins-preview » aws_ses » mixins » CfnMailManagerTrafficPolicyPropsMixin » IngressBooleanToEvaluateProperty |
The union type representing the allowed types of operands for a boolean condition.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as ses_mixins } from '@aws-cdk/mixins-preview/aws-ses';
const ingressBooleanToEvaluateProperty: ses_mixins.CfnMailManagerTrafficPolicyPropsMixin.IngressBooleanToEvaluateProperty = {
analysis: {
analyzer: 'analyzer',
resultField: 'resultField',
},
isInAddressList: {
addressLists: ['addressLists'],
attribute: 'attribute',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| analysis? | IResolvable | Ingress | The structure type for a boolean condition stating the Add On ARN and its returned value. |
| is | IResolvable | Ingress | The structure type for a boolean condition that provides the address lists to evaluate incoming traffic on. |
analysis?
Type:
IResolvable | Ingress
(optional)
The structure type for a boolean condition stating the Add On ARN and its returned value.
isInAddressList?
Type:
IResolvable | Ingress
(optional)
The structure type for a boolean condition that provides the address lists to evaluate incoming traffic on.

.NET
Go
Java
Python
TypeScript