Dns Record Args
constructor(domain: Output<String>? = null, flags: Output<Int>? = null, name: Output<String>? = null, port: Output<Int>? = null, priority: Output<Int>? = null, tag: Output<String>? = null, ttl: Output<Int>? = null, type: Output<Either<String, RecordType>>? = null, value: Output<String>? = null, weight: Output<Int>? = null)