interface PrivateNetworkConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SES.Mixins.CfnMailManagerIngressPointPropsMixin.PrivateNetworkConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsses/mixins#CfnMailManagerIngressPointPropsMixin_PrivateNetworkConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.ses.mixins.CfnMailManagerIngressPointPropsMixin.PrivateNetworkConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_ses.mixins.CfnMailManagerIngressPointPropsMixin.PrivateNetworkConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_ses » mixins » CfnMailManagerIngressPointPropsMixin » PrivateNetworkConfigurationProperty |
Specifies the network configuration for the private ingress point.
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 privateNetworkConfigurationProperty: ses_mixins.CfnMailManagerIngressPointPropsMixin.PrivateNetworkConfigurationProperty = {
vpcEndpointId: 'vpcEndpointId',
};
Properties
| Name | Type | Description |
|---|---|---|
| vpc | string | The identifier of the VPC endpoint to associate with this private ingress point. |
vpcEndpointId?
Type:
string
(optional)
The identifier of the VPC endpoint to associate with this private ingress point.

.NET
Go
Java
Python
TypeScript