Show / Hide Table of Contents

Interface CfnMailManagerIngressPoint.IPublicNetworkConfigurationProperty

Specifies the network configuration for the public ingress point.

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMailManagerIngressPoint.IPublicNetworkConfigurationProperty
Syntax (vb)
Public Interface 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

Properties

IpType

The IP address type for the public ingress point.

Properties

IpType

The IP address type for the public ingress point.

string IpType { get; }
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

Back to top Generated by DocFX