interface RuleIpToEvaluateProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.SES.CfnMailManagerRuleSet.RuleIpToEvaluateProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsses#CfnMailManagerRuleSet_RuleIpToEvaluateProperty | 
  Java | software.amazon.awscdk.services.ses.CfnMailManagerRuleSet.RuleIpToEvaluateProperty | 
  Python | aws_cdk.aws_ses.CfnMailManagerRuleSet.RuleIpToEvaluateProperty | 
  TypeScript  | aws-cdk-lib » aws_ses » CfnMailManagerRuleSet » RuleIpToEvaluateProperty | 
The IP address to evaluate for this 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 ruleIpToEvaluateProperty: ses.CfnMailManagerRuleSet.RuleIpToEvaluateProperty = {
  attribute: 'attribute',
};
Properties
| Name | Type | Description | 
|---|---|---|
| attribute | string | The attribute of the email to evaluate. | 
attribute
Type:
string
The attribute of the email to evaluate.

 .NET
 Go
 Java
 Python
 TypeScript