Interface CfnMailManagerIngressPointPropsMixin.PrivateNetworkConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMailManagerIngressPointPropsMixin.PrivateNetworkConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnMailManagerIngressPointPropsMixin
@Stability(Stable)
public static interface CfnMailManagerIngressPointPropsMixin.PrivateNetworkConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the network configuration for the private 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.*;
PrivateNetworkConfigurationProperty privateNetworkConfigurationProperty = PrivateNetworkConfigurationProperty.builder()
.vpcEndpointId("vpcEndpointId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMailManagerIngressPointPropsMixin.PrivateNetworkConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVpcEndpointId
The identifier of the VPC endpoint to associate with this private ingress point.- See Also:
-
builder
@Stability(Stable) static CfnMailManagerIngressPointPropsMixin.PrivateNetworkConfigurationProperty.Builder builder()
-