GetResolverEndpointPlainArgs

data class GetResolverEndpointPlainArgs(val filters: List<GetResolverEndpointFilter>? = null, val resolverEndpointId: String? = null) : ConvertibleToJava<GetResolverEndpointPlainArgs>

A collection of arguments for invoking getResolverEndpoint.

Constructors

Link copied to clipboard
constructor(filters: List<GetResolverEndpointFilter>? = null, resolverEndpointId: String? = null)

Properties

Link copied to clipboard

One or more name/value pairs to use as filters. There are several valid keys, for a full reference, check out 1. In addition to all arguments above, the following attributes are exported:

Link copied to clipboard

ID of the Route53 Resolver Endpoint.

Functions

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