interface IngressBooleanToEvaluateProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SES.CfnMailManagerTrafficPolicy.IngressBooleanToEvaluateProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsses#CfnMailManagerTrafficPolicy_IngressBooleanToEvaluateProperty |
![]() | software.amazon.awscdk.services.ses.CfnMailManagerTrafficPolicy.IngressBooleanToEvaluateProperty |
![]() | aws_cdk.aws_ses.CfnMailManagerTrafficPolicy.IngressBooleanToEvaluateProperty |
![]() | aws-cdk-lib » aws_ses » CfnMailManagerTrafficPolicy » 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 { aws_ses as ses } from 'aws-cdk-lib';
const ingressBooleanToEvaluateProperty: ses.CfnMailManagerTrafficPolicy.IngressBooleanToEvaluateProperty = {
analysis: {
analyzer: 'analyzer',
resultField: 'resultField',
},
};
Properties
Name | Type | Description |
---|---|---|
analysis | IResolvable | Ingress | The structure type for a boolean condition stating the Add On ARN and its returned value. |
analysis
Type:
IResolvable
|
Ingress
The structure type for a boolean condition stating the Add On ARN and its returned value.