interface IngressTlsProtocolToEvaluateProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SES.Mixins.CfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolToEvaluateProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsses/mixins#CfnMailManagerTrafficPolicyPropsMixin_IngressTlsProtocolToEvaluateProperty |
Java | software.amazon.awscdk.mixins.preview.services.ses.mixins.CfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolToEvaluateProperty |
Python | aws_cdk.mixins_preview.aws_ses.mixins.CfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolToEvaluateProperty |
TypeScript | @aws-cdk/mixins-preview » aws_ses » mixins » CfnMailManagerTrafficPolicyPropsMixin » IngressTlsProtocolToEvaluateProperty |
The union type representing the allowed types for the left hand side of a TLS 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 ingressTlsProtocolToEvaluateProperty: ses_mixins.CfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolToEvaluateProperty = {
attribute: 'attribute',
};
Properties
| Name | Type | Description |
|---|---|---|
| attribute? | string | The enum type representing the allowed attribute types for the TLS condition. |
attribute?
Type:
string
(optional)
The enum type representing the allowed attribute types for the TLS condition.

.NET
Go
Java
Python
TypeScript