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