Get Resolver Rule Plain Args
data class GetResolverRulePlainArgs(val domainName: String? = null, val name: String? = null, val resolverEndpointId: String? = null, val resolverRuleId: String? = null, val ruleType: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetResolverRulePlainArgs>
A collection of arguments for invoking getResolverRule.
Constructors
Properties
Link copied to clipboard
Domain name the desired resolver rule forwards DNS queries for. Conflicts with resolver_rule_id
.
Link copied to clipboard
ID of the outbound resolver endpoint of the desired resolver rule. Conflicts with resolver_rule_id
.
Link copied to clipboard
ID of the desired resolver rule. Conflicts with domain_name
, name
, resolver_endpoint_id
and rule_type
.