interface IngressIpToEvaluateProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.SES.CfnMailManagerTrafficPolicy.IngressIpToEvaluateProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsses#CfnMailManagerTrafficPolicy_IngressIpToEvaluateProperty |
Java | software.amazon.awscdk.services.ses.CfnMailManagerTrafficPolicy.IngressIpToEvaluateProperty |
Python | aws_cdk.aws_ses.CfnMailManagerTrafficPolicy.IngressIpToEvaluateProperty |
TypeScript | aws-cdk-lib » aws_ses » CfnMailManagerTrafficPolicy » 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-lib';
const ingressIpToEvaluateProperty: ses.CfnMailManagerTrafficPolicy.IngressIpToEvaluateProperty = {
attribute: 'attribute',
};
Properties
Name | Type | Description |
---|---|---|
attribute | string | An enum type representing the allowed attribute types for an IP condition. |
attribute
Type:
string
An enum type representing the allowed attribute types for an IP condition.