GetRecordsPlainArgs

data class GetRecordsPlainArgs(val nameRegex: String? = null, val zoneId: String) : ConvertibleToJava<GetRecordsPlainArgs>

A collection of arguments for invoking getRecords.

Constructors

Link copied to clipboard
constructor(nameRegex: String? = null, zoneId: String)

Properties

Link copied to clipboard
val nameRegex: String? = null

Regex string to apply to the resource record names returned by AWS.

Link copied to clipboard

The ID of the hosted zone that contains the resource record sets that you want to list.

Functions

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