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

.NET
Go
Java
Python
TypeScript