Resolver Inbound Endpoint Ip Configuration
data class ResolverInboundEndpointIpConfiguration(val privateIpAddress: String? = null, val privateIpAllocationMethod: String? = null, val subnetId: String)
Constructors
Link copied to clipboard
fun ResolverInboundEndpointIpConfiguration(privateIpAddress: String? = null, privateIpAllocationMethod: String? = null, subnetId: String)