NetworkConfiguration
The network type (IPv4-only, Dual-Stack, PrivateLink) of the ingress endpoint resource.
Inheritors
Types
Specifies the network configuration for the private ingress point.
Specifies the network configuration for the public ingress point.
Functions
Casts this NetworkConfiguration as a PrivateNetworkConfiguration and retrieves its aws.sdk.kotlin.services.mailmanager.model.PrivateNetworkConfiguration value. Throws an exception if the NetworkConfiguration is not a PrivateNetworkConfiguration.
Casts this NetworkConfiguration as a PrivateNetworkConfiguration and retrieves its aws.sdk.kotlin.services.mailmanager.model.PrivateNetworkConfiguration value. Returns null if the NetworkConfiguration is not a PrivateNetworkConfiguration.
Casts this NetworkConfiguration as a PublicNetworkConfiguration and retrieves its aws.sdk.kotlin.services.mailmanager.model.PublicNetworkConfiguration value. Throws an exception if the NetworkConfiguration is not a PublicNetworkConfiguration.
Casts this NetworkConfiguration as a PublicNetworkConfiguration and retrieves its aws.sdk.kotlin.services.mailmanager.model.PublicNetworkConfiguration value. Returns null if the NetworkConfiguration is not a PublicNetworkConfiguration.