interface MailManagerIngressPointReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SES.MailManagerIngressPointReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsses#MailManagerIngressPointReference |
Java | software.amazon.awscdk.services.ses.MailManagerIngressPointReference |
Python | aws_cdk.aws_ses.MailManagerIngressPointReference |
TypeScript | aws-cdk-lib » aws_ses » MailManagerIngressPointReference |
A reference to a MailManagerIngressPoint resource.
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 mailManagerIngressPointReference: ses.MailManagerIngressPointReference = {
ingressPointId: 'ingressPointId',
};
Properties
| Name | Type | Description |
|---|---|---|
| ingress | string | The IngressPointId of the MailManagerIngressPoint resource. |
ingressPointId
Type:
string
The IngressPointId of the MailManagerIngressPoint resource.

.NET
Go
Java
Python
TypeScript