ResolverInboundEndpointIpConfigurations

data class ResolverInboundEndpointIpConfigurations(val privateIpAddress: String? = null, val privateIpAllocationMethod: String? = null, val subnetId: String)

Constructors

Link copied to clipboard
constructor(privateIpAddress: String? = null, privateIpAllocationMethod: String? = null, subnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Private IP address of the IP configuration.

Link copied to clipboard

Private IP address allocation method. Allowed value is Dynamic and Static. Defaults to Dynamic.

Link copied to clipboard

The subnet ID of the IP configuration.