NetworkConnectorConfiguration
The network configuration for a network connector. Different connector types use different configuration shapes; specify the configuration that matches your connector type.
Inheritors
Types
Configuration for a VPC egress network connector. Specifies the subnets, security groups, and network protocol for routing outbound traffic through your VPC.
Functions
Casts this NetworkConnectorConfiguration as a VpcEgressConfiguration and retrieves its aws.sdk.kotlin.services.lambdacore.model.NetworkConnectorVpcEgressConfiguration value. Throws an exception if the NetworkConnectorConfiguration is not a VpcEgressConfiguration.
Casts this NetworkConnectorConfiguration as a VpcEgressConfiguration and retrieves its aws.sdk.kotlin.services.lambdacore.model.NetworkConnectorVpcEgressConfiguration value. Returns null if the NetworkConnectorConfiguration is not a VpcEgressConfiguration.