Resource Record Set Args
data class ResourceRecordSetArgs(val kind: Output<String>? = null, val name: Output<String>? = null, val routingPolicy: Output<RRSetRoutingPolicyArgs>? = null, val rrdatas: Output<List<String>>? = null, val signatureRrdatas: Output<List<String>>? = null, val ttl: Output<Int>? = null, val type: Output<String>? = null) : ConvertibleToJava<ResourceRecordSetArgs>
A unit of data that is returned by the DNS servers.
Properties
Link copied to clipboard
Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy (dynamic). An error is returned otherwise.
Link copied to clipboard
As defined in RFC 4034 (section 3.2).