Interface CfnMailManagerIngressPointPropsMixin.PublicNetworkConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMailManagerIngressPointPropsMixin.PublicNetworkConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnMailManagerIngressPointPropsMixin
@Stability(Stable)
public static interface CfnMailManagerIngressPointPropsMixin.PublicNetworkConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the network configuration for the public ingress point.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.ses.*;
PublicNetworkConfigurationProperty publicNetworkConfigurationProperty = PublicNetworkConfigurationProperty.builder()
.ipType("ipType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMailManagerIngressPointPropsMixin.PublicNetworkConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIpType
The IP address type for the public ingress point.Valid values are IPV4 and DUAL_STACK.
- See Also:
-
builder
@Stability(Stable) static CfnMailManagerIngressPointPropsMixin.PublicNetworkConfigurationProperty.Builder builder()
-