interface IngressIpToEvaluateProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SES.CfnMailManagerTrafficPolicyPropsMixin.IngressIpToEvaluateProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsses#CfnMailManagerTrafficPolicyPropsMixin_IngressIpToEvaluateProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.ses.CfnMailManagerTrafficPolicyPropsMixin.IngressIpToEvaluateProperty |
Python | aws_cdk.cfn_property_mixins.aws_ses.CfnMailManagerTrafficPolicyPropsMixin.IngressIpToEvaluateProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ses » CfnMailManagerTrafficPolicyPropsMixin » IngressIpToEvaluateProperty |
The structure for an IP based condition matching on the incoming mail.
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/cfn-property-mixins';
const ingressIpToEvaluateProperty: ses.CfnMailManagerTrafficPolicyPropsMixin.IngressIpToEvaluateProperty = {
attribute: 'attribute',
};
Properties
| Name | Type | Description |
|---|---|---|
| attribute? | string | An enum type representing the allowed attribute types for an IP condition. |
attribute?
Type:
string
(optional)
An enum type representing the allowed attribute types for an IP condition.

.NET
Go
Java
Python
TypeScript