Show / Hide Table of Contents

Class CfnMailManagerIngressPoint.PublicNetworkConfigurationProperty

Specifies the network configuration for the public ingress point.

Inheritance
object
CfnMailManagerIngressPoint.PublicNetworkConfigurationProperty
Implements
CfnMailManagerIngressPoint.IPublicNetworkConfigurationProperty
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.PublicNetworkConfigurationProperty : CfnMailManagerIngressPoint.IPublicNetworkConfigurationProperty
Syntax (vb)
Public Class CfnMailManagerIngressPoint.PublicNetworkConfigurationProperty Implements CfnMailManagerIngressPoint.IPublicNetworkConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanageringresspoint-publicnetworkconfiguration.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 publicNetworkConfigurationProperty = new PublicNetworkConfigurationProperty {
                 IpType = "ipType"
             };

Synopsis

Constructors

PublicNetworkConfigurationProperty()

Specifies the network configuration for the public ingress point.

Properties

IpType

The IP address type for the public ingress point.

Constructors

PublicNetworkConfigurationProperty()

Specifies the network configuration for the public ingress point.

public PublicNetworkConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanageringresspoint-publicnetworkconfiguration.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 publicNetworkConfigurationProperty = new PublicNetworkConfigurationProperty {
                 IpType = "ipType"
             };

Properties

IpType

The IP address type for the public ingress point.

public string IpType { get; set; }
Property Value

string

Remarks

Valid values are IPV4 and DUAL_STACK.

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

Implements

CfnMailManagerIngressPoint.IPublicNetworkConfigurationProperty
Back to top Generated by DocFX