interface IngressIpv6ToEvaluateProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SES.CfnMailManagerTrafficPolicyPropsMixin.IngressIpv6ToEvaluateProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsses#CfnMailManagerTrafficPolicyPropsMixin_IngressIpv6ToEvaluateProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.ses.CfnMailManagerTrafficPolicyPropsMixin.IngressIpv6ToEvaluateProperty |
Python | aws_cdk.cfn_property_mixins.aws_ses.CfnMailManagerTrafficPolicyPropsMixin.IngressIpv6ToEvaluateProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ses » CfnMailManagerTrafficPolicyPropsMixin » 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/cfn-property-mixins';
const ingressIpv6ToEvaluateProperty: ses.CfnMailManagerTrafficPolicyPropsMixin.IngressIpv6ToEvaluateProperty = {
attribute: 'attribute',
};
Properties
| Name | Type | Description |
|---|---|---|
| attribute? | string | An enum type representing the allowed attribute types for an IPv6 condition. |
attribute?
Type:
string
(optional)
An enum type representing the allowed attribute types for an IPv6 condition.

.NET
Go
Java
Python
TypeScript