interface RuleIpToEvaluateProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SES.Mixins.CfnMailManagerRuleSetPropsMixin.RuleIpToEvaluateProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsses/mixins#CfnMailManagerRuleSetPropsMixin_RuleIpToEvaluateProperty |
Java | software.amazon.awscdk.mixins.preview.services.ses.mixins.CfnMailManagerRuleSetPropsMixin.RuleIpToEvaluateProperty |
Python | aws_cdk.mixins_preview.aws_ses.mixins.CfnMailManagerRuleSetPropsMixin.RuleIpToEvaluateProperty |
TypeScript | @aws-cdk/mixins-preview » aws_ses » mixins » CfnMailManagerRuleSetPropsMixin » 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 { mixins as ses_mixins } from '@aws-cdk/mixins-preview/aws-ses';
const ruleIpToEvaluateProperty: ses_mixins.CfnMailManagerRuleSetPropsMixin.RuleIpToEvaluateProperty = {
attribute: 'attribute',
};
Properties
| Name | Type | Description |
|---|---|---|
| attribute? | string | The attribute of the email to evaluate. |
attribute?
Type:
string
(optional)
The attribute of the email to evaluate.

.NET
Go
Java
Python
TypeScript