Show / Hide Table of Contents

Class CfnMailManagerIngressPoint.PrivateNetworkConfigurationProperty

Specifies the network configuration for the private ingress point.

Inheritance
object
CfnMailManagerIngressPoint.PrivateNetworkConfigurationProperty
Implements
CfnMailManagerIngressPoint.IPrivateNetworkConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanageringresspoint-privatenetworkconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanageringresspoint-privatenetworkconfiguration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanageringresspoint-privatenetworkconfiguration.html#cfn-ses-mailmanageringresspoint-privatenetworkconfiguration-vpcendpointid

Implements

CfnMailManagerIngressPoint.IPrivateNetworkConfigurationProperty
Back to top Generated by DocFX