Class CfnMailManagerIngressPoint.PublicNetworkConfigurationProperty
Specifies the network configuration for the public ingress point.
Inherited Members
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
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
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; }