interface RuleNumberToEvaluateProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SES.CfnMailManagerRuleSetPropsMixin.RuleNumberToEvaluateProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsses#CfnMailManagerRuleSetPropsMixin_RuleNumberToEvaluateProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.ses.CfnMailManagerRuleSetPropsMixin.RuleNumberToEvaluateProperty |
Python | aws_cdk.cfn_property_mixins.aws_ses.CfnMailManagerRuleSetPropsMixin.RuleNumberToEvaluateProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ses » CfnMailManagerRuleSetPropsMixin » RuleNumberToEvaluateProperty |
The number to evaluate in a numeric condition expression.
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 ruleNumberToEvaluateProperty: ses.CfnMailManagerRuleSetPropsMixin.RuleNumberToEvaluateProperty = {
attribute: 'attribute',
};
Properties
| Name | Type | Description |
|---|---|---|
| attribute? | string | An email attribute that is used as the number to evaluate. |
attribute?
Type:
string
(optional)
An email attribute that is used as the number to evaluate.

.NET
Go
Java
Python
TypeScript