Class CfnMailManagerIngressPoint.PrivateNetworkConfigurationProperty
Specifies the network configuration for the private ingress point.
Inherited Members
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMailManagerIngressPoint.PrivateNetworkConfigurationProperty : CfnMailManagerIngressPoint.IPrivateNetworkConfigurationProperty
Syntax (vb)
Public Class CfnMailManagerIngressPoint.PrivateNetworkConfigurationProperty Implements CfnMailManagerIngressPoint.IPrivateNetworkConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SES;
var privateNetworkConfigurationProperty = new PrivateNetworkConfigurationProperty {
VpcEndpointId = "vpcEndpointId"
};
Synopsis
Constructors
PrivateNetworkConfigurationProperty() | Specifies the network configuration for the private ingress point. |
Properties
VpcEndpointId | The identifier of the VPC endpoint to associate with this private ingress point. |
Constructors
PrivateNetworkConfigurationProperty()
Specifies the network configuration for the private ingress point.
public PrivateNetworkConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SES;
var privateNetworkConfigurationProperty = new PrivateNetworkConfigurationProperty {
VpcEndpointId = "vpcEndpointId"
};
Properties
VpcEndpointId
The identifier of the VPC endpoint to associate with this private ingress point.
public string VpcEndpointId { get; set; }