interface PrivateNetworkConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SES.CfnMailManagerIngressPointPropsMixin.PrivateNetworkConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsses#CfnMailManagerIngressPointPropsMixin_PrivateNetworkConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.ses.CfnMailManagerIngressPointPropsMixin.PrivateNetworkConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_ses.CfnMailManagerIngressPointPropsMixin.PrivateNetworkConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ses » 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 { aws_ses as ses } from '@aws-cdk/cfn-property-mixins';
const privateNetworkConfigurationProperty: ses.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