ResourceRecordSet

class ResourceRecordSet : KotlinCustomResource

Creates a new ResourceRecordSet.

Properties

Link copied to clipboard

For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val kind: Output<String>
Link copied to clipboard
val managedZone: Output<String>
Link copied to clipboard
val name: Output<String>

For example, www.example.com.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
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
val rrdatas: Output<List<String>>

As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.

Link copied to clipboard

As defined in RFC 4034 (section 3.2).

Link copied to clipboard
val ttl: Output<Int>

Number of seconds that this ResourceRecordSet can be cached by resolvers.

Link copied to clipboard
val type: Output<String>

The identifier of a supported record type. See the list of Supported DNS record types.

Link copied to clipboard
val urn: Output<String>