GetResolverInboundEndpointPlainArgs

data class GetResolverInboundEndpointPlainArgs(val name: String, val privateDnsResolverId: String) : ConvertibleToJava<GetResolverInboundEndpointPlainArgs>

A collection of arguments for invoking getResolverInboundEndpoint.

Constructors

Link copied to clipboard
constructor(name: String, privateDnsResolverId: String)

Properties

Link copied to clipboard

Name of the Private DNS Resolver Inbound Endpoint.

Link copied to clipboard

ID of the Private DNS Resolver.

Functions

Link copied to clipboard
open override fun toJava(): GetResolverInboundEndpointPlainArgs